Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Abort Property

Show in webframe
Indicates whether this operation should be aborted.
Syntax
get_abort();
set_abort(value);
Object.defineProperty('abort');

Property Value

TypeDescription
booleantrue if this operation should be aborted; otherwise, false. Default value is false.
Remarks

The user can abort an operation for two reasons: The application requires a custom action when this operation happens and the default behavior should not run, or if the application allows the user to cancel the operation through the user interface. In either case, set the value of Abort to true and the document viewer will not run the default action of this operation.

Abort can only be used before the operation is run (IsPostOperation is false).

See Also

Reference

DocumentViewerOperationEventArgs Object
DocumentViewerOperationEventArgs Members
Document Viewer Operations

Error processing SSI file
  Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features