<< Click to Display Table of Contents >> UseTempFiles |
[VPE Professional Edition and above]
Sets / returns the current mode of operation, specifiying whether temporary swap files are used or not. This property is only in effect, if Fast Web View is activated.
property boolean VPE.UseTempFiles
read / write; runtime only
Possible values:
Value |
Description |
True |
temporary swap files are used to generate linearized PDF documents |
False |
RAM memory is used to generate linearized PDF documents |
Default:
False
Remarks:
The temporary swap files are created in the directory specified by the TMP or TEMP environment variable. If both variables are not set, or the specified directory does not exist, the current working directory is used.
Each temporary swap file is deleted automatically after a PDF document has been created.