Link Search Menu Expand Document

Form.BgPattern property



Specify whether to cache the SVG to be displayed in the background as image data or to render the SVG each time it is drawn .

If $ TRUE is specified, it will be cached as image data. In this case, the initial display takes time and consumes memory for the cache, but once displayed, redrawing is very fast.

If $ FALSE is specified, the SVG will be rendered and displayed directly. In this case, memory consumption can be saved because no image data is created.


Added since Ver.4.0.1
Not supported in Mobile, AI