Click or drag to resize

PDFNetSetTempPath Method

Adds the font substitutes based on the specified character ordering.
Sets the location of temporary folder.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void SetTempPath(
	string path
)

Parameters

path
Type: SystemString
The location to the temporary folder to use.

Return Value

Type: 
True if successful.
Remarks
This method is provided for applications that require tight control of the location where temporary files are created.
See Also