Description
Sets
or gets whether or not the image compression is optimized.
By
default, this property is set to True.
Syntaxe
VBScript
chartMgr.OptimizeCompression
chartMgr.OptimizeCompression useCompression
Perl
$chartMgr->GetOptimizeCompression();
$chartMgr->SetOptimizeCompression(useCompression);
- Identificateur
- 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.