Progressive

Description

Sets or gets whether or not to create a progressive JPEG image.

This property is used when producing JPEG images with the MakeJPEG method. By default, this property is set to False.

Syntax

VBScript


chartMgr.Progressive 
chartMgr.Progressive isProgressive 

Perl


$chartMgr->GetProgressive(); 
$chartMgr->SetProgressive(isProgressive); 
Identifier
Description
chartMgr
The CHARTMGR object associated with the current session.
isProgressive
A Bool indicating whether or not JPEG images should be created in multiple passes.
Return value
Returns True if the MakeJPEG method will create a progressive JPEG image, otherwise False.