A value that indicate whether the event is fired after the operation is run.
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'isPostOperation',
get: function()
)
isPostOperation: boolean; // read-only
true if this event is fired after the operation is run; otherwise, false.
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