VpeSetUseTempFiles

<< Click to Display Table of Contents >>

Navigation:  PDF Export >

VpeSetUseTempFiles

Previous pageReturn to chapter overviewNext page

[VPE Professional Edition and above]

Sets the current mode of operation, specifiying whether temporary swap files are used or not.
This property is only in effect, if Fast Web View (see VpeSetFastWebView()) is activated.

void VpeSetUseTempFiles(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle

int yes_no

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.