PdfUsedFont
Type Property
|
Gets the type.
Namespace:
Spire.Pdf.Graphics.Fonts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFontType Type { get; }
Public ReadOnly Property Type As PdfFontType
Get
public:
property PdfFontType Type {
PdfFontType get ();
}
member Type : PdfFontType with get
Property Value
Type:
PdfFontType
The type.
See Also