Gets or sets the Text font.
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfFontBase Font { get; set; }
Public Property Font As PdfFontBase Get Set
public: property PdfFontBase^ Font { PdfFontBase^ get (); void set (PdfFontBase^ value); }
member Font : PdfFontBase with get, set