Description
Sets
or returns whether or not PNG images are interlaced.
This
property is used when producing PNG images with the MakePNG method.
By default, this property is set to True.
Syntaxe
VBScript
chartMgr.Interlaced
chartMgr.Interlaced isInterlaced
Perl
$chartMgr->GetInterlaced();
$chartMgr->SetInterlaced(isInterlaced);
- Identificateur
- Description
- chartMgr
- The CHARTMGR object associated with the current session.
- isInterlaced
- A Bool indicating whether or not PNG images should be created
in multiple passes.
- Return value
- Returns True if the MakePNG method will create an interlaced
PNG image, otherwise False.