Click or drag to resize

WebFontDownloader Class

static interface to control the behaviour of PDFNet web font downloading
Inheritance Hierarchy
SystemObject
  pdftron.PDFWebFontDownloader

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class WebFontDownloader

The WebFontDownloader type exposes the following members.

Constructors
  NameDescription
Public methodWebFontDownloader
Initializes a new instance of the WebFontDownloader class
Top
Methods
  NameDescription
Public methodStatic memberClearCache
clear any pre-cached font files residing in persistent storage.
Public methodStatic memberDisableDownloads
Prevent PDFNet from accessing the network to download missing fonts. It may still use previously downloaded fonts (which are cached on disk).
Public methodStatic memberEnableDownloads
Allow PDFNet to access the network to download missing fonts when possible.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsAvailable
Find out whether the web font downloader is available in version of PDFNet.
Public methodStatic memberPreCacheAsync
download and cache a base collection of fonts in a background thread. Will not do anything if downloading is currently disabled.
Public methodStatic memberSetCustomWebFontURL
Set the root path into which the web font downloader will make requests.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also