Click or drag to resize

FontGetEmbeddedFont Method

Gets the embedded font name.
Gets the embedded font.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetEmbeddedFont()

Return Value

Type: Obj
the PostScript font name for the embedded font. If the embedded font name is not available the function returns the empty string .

Return Value

Type: Obj
the stream object of the embedded font or NULL if there if the font is not embedded.
Remarks
This function is not applicable to Type3 font and will throw an exception.
See Also