PdfStyledField
Font Property
|
Gets or sets the font.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfFontBase
The font.
See Also