Gets or sets the font which will be used to draw text outlines.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
PdfPen
Remarks
It should be null for default text representation.