Click or drag to resize

PDFNetAreFontsAvailable Method

Gets whether or not fonts are available to be used. The first time PDFNet is initialized on a new system it will catalog all the fonts for future use. This will return true when all this is done.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static bool AreFontsAvailable()

Return Value

Type: Boolean
True when all fonts catalog is done
See Also