VpeSetPictureCache

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

VpeSetPictureCache

Previous pageReturn to chapter overviewNext page

[Not supported by the Community Edition]

Instructs VPE to move all images, which are subsequently added to the document with the methods VpePicture() and VpeRenderPicture(), into the dynamic image cache.

See "Image Cache" in the Programmer's Manual.

We recommend to set this property always to true.

void VpeSetPictureCache(

VpeHandle hDoc,

int on_off

)

VpeHandle hDoc

Document Handle

int on_off

Value

Description

True

On

False

Off

Default:

True

Community Edition:

The Community Edition does not provide caching of images.

 

See Also:

"Pictures" in the Programmer's Manual