Gets the type.

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

Syntax

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

Property Value

PdfFontType
The type.

See Also