[]
Gets or sets the format used to represent the font in a document. If null (the default), PdfFontFormat is used.
Note that this property does not affect the 14 standard PDF fonts, those are always encoded as Type1.
public PdfFontFormat? PdfFontFormat { get; set; }
Public Property PdfFontFormat As PdfFontFormat?