Namespace: Spire.Pdf.Grid
Assembly: 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:
property PdfFontBase^ Font {
	PdfFontBase^ get ();
	void set (PdfFontBase^ value);
}
member Font : PdfFontBase with get, set

Property Value

PdfFontBase

See Also