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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document