Click or drag to resize

PDFNetSetDefaultDiskCachingEnabled Method

Sets the default policy on using temporary files.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void SetDefaultDiskCachingEnabled(
	bool use_disk
)

Parameters

use_disk
Type: SystemBoolean
If parameter is true then new documents are allowed to create temporary files; otherwise all document contents will be stored in memory.
See Also