Click or drag to resize

PDFNetSetPersistentCachePath Method

Sets the location of persistent cache files

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

Parameters

path
Type: SystemString
path to the persistent cache folder
Remarks
This method is provided for applications that require tight control of the location where temporary files are created.
See Also