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
)
Public Sub EnableDiskCaching (
useCache As Boolean
)
public:
virtual void EnableDiskCaching(
[InAttribute] bool useCache
) sealed
function EnableDiskCaching(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