Click or drag to resize

SDFDocEnableDiskCaching Method

Sets this document to use a temporary file in order to cache new content streams.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void EnableDiskCaching(
	bool useCache
)

Parameters

useCache
Type: SystemBoolean
Indicates whether to use caching or not.
Remarks
The default behavior is to set the document to use disk caching.
See Also