WebFontDownloader Class |
Namespace: pdftron.PDF
public sealed class WebFontDownloader
The WebFontDownloader type exposes the following members.
Name | Description | |
---|---|---|
WebFontDownloader | Initializes a new instance of the WebFontDownloader class |
Name | Description | |
---|---|---|
ClearCache |
clear any pre-cached font files residing in persistent storage.
| |
DisableDownloads |
Prevent PDFNet from accessing the network to download missing fonts. It may still use previously downloaded fonts (which are cached on disk).
| |
EnableDownloads |
Allow PDFNet to access the network to download missing fonts when possible.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAvailable |
Find out whether the web font downloader is available in version of PDFNet.
| |
PreCacheAsync |
download and cache a base collection of fonts in a background thread. Will not do anything if downloading is currently disabled.
| |
SetCustomWebFontURL |
Set the root path into which the web font downloader will make requests.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |