PictureCache

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

PictureCache

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 Picture() and RenderPicture(), into the dynamic image cache.

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

We recommend to set this property always to true.

property boolean VPE.PictureCache

read / write; runtime only

Possible Values:

Value

Description

True

enabled

False

disabled

Default:

True

Community Edition:

The Community Edition does not provide caching of images.

 

See also:

"Pictures" in the Programmer's Manual