Gets or sets the font.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfFontBase Font { get; set; }
Public Property Font As PdfFontBase Get Set
public: virtual property PdfFontBase^ Font { PdfFontBase^ get () sealed; void set (PdfFontBase^ value) sealed; }
abstract Font : PdfFontBase with get, set override Font : PdfFontBase with get, set
Property Value
PdfFontBaseThe font.