Gets or sets the font embedding mode. By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardPdfFont. For standard fonts, PdfDocument#standardFontEmbedMode determines the embedding mode. For all other fonts, PdfDocument#fontEmbedMode determines the embedding mode.
Gets or sets the font embedding mode. By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardPdfFont. For standard fonts, PdfDocument#standardFontEmbedMode determines the embedding mode. For all other fonts, PdfDocument#fontEmbedMode determines the embedding mode.
Gets the Font associated with this FontHandler.
Gets or sets the format used to represent the font in a document. If "null" (the default), PdfDocument#pdfFontFormat is used. Note that this property does not affect the 14 standard PDF fonts, those are always encoded as Type1.
Gets the reference to the object.
Gets the owner ObjectManager instance.
Gets or sets the format used to represent the font in a document. If "null" (the default), PdfDocument#pdfFontFormat is used. Note that this property does not affect the 14 standard PDF fonts, those are always encoded as Type1.
Gets a value indicating whether the current font is actually used in the document.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents and manages a Font used in a PdfDocument.