Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Cancel Property (ImageLoaderPreRunEventArgs)

Show in webframe
Indicates whether or not to cancel the image load.
Syntax
get_cancel();
set_cancel(value);
Object.defineProperty('cancel');

Property Value

TypeDescription
booleanfalse, by default. Set it to true to cancel the image load, which will cause the Fail event to be called.
See Also

Reference

ImageLoaderPreRunEventArgs Object
ImageLoaderPreRunEventArgs Members

Error processing SSI file