WebFontDownloaderDisableDownloads Method |
Prevent PDFNet from accessing the network to download missing fonts. It may still use previously downloaded fonts (which are cached on disk).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void DisableDownloads()
Public Shared Sub DisableDownloads
public:
static void DisableDownloads()
pdftron.PDF.WebFontDownloader.DisableDownloads = function();
See Also