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
)
Public Shared Sub SetCustomWebFontURL (
url As String
)
public:
static void SetCustomWebFontURL(
[InAttribute] String^ url
)
pdftron.PDF.WebFontDownloader.SetCustomWebFontURL = function(url);
Parameters
- url
- Type: SystemString
The root path into which the web font downloader will make requests
See Also