Click or drag to resize

PDFNetSetResourcesPath Method

Sets the location of PDFNet resource file.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static bool SetResourcesPath(
	string val
)

Parameters

val
Type: SystemString
The default resource directory path.

Return Value

Type: Boolean
True if path is found, false otherwise.
Remarks
Starting with v.4.5 PDFNet does't require a separate resource file (pdfnet.res) on all desktop/server platfroms. As a result, this function is not longer required for proper PDFNet initialization. The function is still available on embedded systems and for backwards compatibility. The function can be also used to specify a deault search path for ICC profiles, fonts, and other user defined resources.
See Also