WebFontDownloaderIsAvailable Method |
Find out whether the web font downloader is available in version of PDFNet.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static bool IsAvailable()
Public Shared Function IsAvailable As Boolean
public:
static bool IsAvailable()
pdftron.PDF.WebFontDownloader.IsAvailable = function();
Return Value
Type:
Booleanreturns true if web font downloading can be done
See Also