Click or drag to resize

PdfCellStyle TextPen Property

Gets or sets the font which will be used to draw text outlines.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen TextPen { get; set; }

Property Value

Type: PdfPen
Remarks
It should be null for default text representation.
See Also