OptimizeCompression

Description

Sets or gets whether or not the image compression is optimized.

By default, this property is set to True.

Syntax

VBScript


chartMgr.OptimizeCompression 
chartMgr.OptimizeCompression useCompression 

Perl


$chartMgr->GetOptimizeCompression(); 
$chartMgr->SetOptimizeCompression(useCompression); 
Identifier
Description
chartMgr
The CHARTMGR object associated with the current session.
useCompression
A Bool indicating whether or not the image compression should be optimized.
Return value
Returns True if the image compression should be optimized, otherwise False.