Indicates whether this operation should be aborted.
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'abort',
get: function(),
set: function(value)
)
abort: boolean;
true if this operation should be aborted; otherwise, false. Default value is false.
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).
DocumentViewerOperationEventArgs Class
DocumentViewerOperationEventArgs Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET