Gets or sets the font which will be used to draw text outlines.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfPen TextPen { get; set; }
Public Property TextPen As PdfPen Get Set
public: property PdfPen^ TextPen { PdfPen^ get (); void set (PdfPen^ value); }
member TextPen : PdfPen with get, set
Property Value
PdfPenRemarks
It should be null for default text representation.