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
)
Public Shared Function SetResourcesPath (
val As String
) As Boolean
public:
static bool SetResourcesPath(
[InAttribute] String^ val
)
pdftron.PDFNet.SetResourcesPath = function(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