OptimizingError property (ILEADRasterImgOpt)

Visual Basic example

Visual C++ example

 

Syntax

Short OptimizingError;

Overview

Refer to Image Optimization.

Remarks

Gets or sets a value that indicates whether to continue or stop the optimization operation.

If this property is set to 1 during the OnOptimize event or OnOptimizeDir event, the optimizing operation will continue. To stop the optimizing operation, set this property to any value <> 1 in the OnOptimize event or OnOptimizeDir event.

See Also

Elements:

OriginalFileName property, OptimizedFileName property, StatusCode property, FilePercent property, TotalPercent property, TotalFolderFilesCount property, OptimizeOptions property, DefaultOptions method, OptimizeBuffer method, OptimizeDir method.

Topics:

Optimizer: Optimization Methods