Click or drag to resize

WebFontDownloaderSetCustomWebFontURL Method

Set the root path into which the web font downloader will make requests.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void SetCustomWebFontURL(
	string url
)

Parameters

url
Type: SystemString
The root path into which the web font downloader will make requests
See Also