abort Method

Summary

Abort the current image processing.

Syntax

JavaScript Syntax
ImageProcessing.prototype.abort = function() 
TypeScript Syntax
abort(): void; 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly