PdfGridStyleBase
Font Property
|
Gets or sets the font.
Namespace:
Spire.Pdf.Grid
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:
property PdfFontBase^ Font {
PdfFontBase^ get ();
void set (PdfFontBase^ value);
}
member Font : PdfFontBase with get, set
Property Value
Type:
PdfFontBase
The font.
See Also