Interlaced

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.

Syntax

VBScript


chartMgr.Interlaced 
chartMgr.Interlaced isInterlaced 

Perl


$chartMgr->GetInterlaced(); 
$chartMgr->SetInterlaced(isInterlaced); 
Identifier
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.