Click or drag to resize

FontGetEmbeddedFontBufSize Method

Gets the embedded font buf size.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetEmbeddedFontBufSize()

Return Value

Type: Int32
the size of decoded buffer containing embedded font data or 0 if this information is not known in advance.
Remarks
The size of decoded buffer may not be known in advance for all fonts and may not be correct. This function is not applicable to Type3 font and will throw an exception.
See Also