Click or drag to resize

FontIsEmbedded Method

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 bool IsEmbedded()

Return Value

Type: Boolean
true if the font is embedded in the file, false otherwise.
See Also