Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Abort Method (ImageProcessing)

Show in webframe
Abort the current image processing.
Syntax
 function Leadtools.ImageProcessing.abort()
Remarks

Use IsRunning to check if the image processing is currently running. You can safely call Abort when the image processing is not running, the call will be ignored and no error will occur.

Example

For an example, refer to ImageProcessing.

See Also

Reference

ImageProcessing Object
ImageProcessing Members

Error processing SSI file