Gets the format of the font.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFontFormat Format { get; }
VB
Public ReadOnly Property Format As PdfFontFormat
Get
Property Value
Type:
PdfFontFormatThe format of the font.
See Also