abort Property

Summary

Indicates whether this operation should be aborted.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'abort', 
	get: function(), 
	set: function(value) 
) 
abort: boolean; 

Property Value

true 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).

Requirements

Target Platforms

Help Version 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.