Tests whether or not the specified font is stored as a font file in a stream
embedded in the PDF file.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsEmbedded As Boolean
public:
virtual bool IsEmbedded() sealed
Return Value
Type:
Boolean true if the font is embedded in the file, false otherwise.
See Also