<< Click to Display Table of Contents >> VpeSetPictureCache |
[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.
"Pictures" in the Programmer's Manual