Gets the FontFamily.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfFontFamily FontFamily { get; }
Public ReadOnly Property FontFamily As PdfFontFamily
	Get
public:
property PdfFontFamily FontFamily {
	PdfFontFamily get ();
}
member FontFamily : PdfFontFamily with get

Property Value

PdfFontFamily

See Also