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
)
Public Shared Sub SetTempPath (
path As String
)
public:
static void SetTempPath(
[InAttribute] String^ path
)
pdftron.PDFNet.SetTempPath = function(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