PDFNetAddResourceSearchPath Method |
Adds a location for PDFNet to look for resources file.
Namespace:
pdftron
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void AddResourceSearchPath(
string path
)
Public Shared Sub AddResourceSearchPath (
path As String
)
public:
static void AddResourceSearchPath(
[InAttribute] String^ path
)
pdftron.PDFNet.AddResourceSearchPath = function(path);
Parameters
- path
- Type: SystemString
The new path to add to the resource search paths.
Remarks Add a path that will be searched when PDFNet requires additional
resources such as fonts. Will not remove any existing search
paths (so that multiple paths may be specified)
See Also