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()
Public Shared Function AreFontsAvailable As Boolean
public:
static bool AreFontsAvailable()
pdftron.PDFNet.AreFontsAvailable = function();
Return Value
Type:
BooleanTrue when all fonts catalog is done
See Also