Click or drag to resize

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
)

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