Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Cancel Property (ImageProcessingProgressEventArgs)

Show in webframe
Gets or sets a value that indicate whether to abort the current image processing operation.
Syntax
get_cancel();
set_cancel(value);
Object.defineProperty('cancel');

Property Value

TypeDescription
booleantrue to abort the current image processing operation, otherwise; false. Default value is false.
Example

For an example, refer to ImageProcessing.

See Also

Reference

ImageProcessingProgressEventArgs Object
ImageProcessingProgressEventArgs Members

Error processing SSI file