Initializes a new instance of DocumentViewerOperationEventArgs with the specified values.
DocumentViewerOperationEventArgs = function(
operation,
error,
data1,
data2,
pageNumber,
isPostOperation
)
constructor(
operation: DocumentViewerOperation,
error: Error,
data1: any,
data2: any,
pageNumber: number,
isPostOperation: boolean
);
operation
The operation type.
error
Exception object if an error occurred
data1
Optional first generic data object associated with this operation
data2
Optional second generic data object associated with this operation
pageNumber
Optional 1-based page number of the operation
isPostOperation
Value that indicate if the event is fired before (false) or after (true) the
operation is performed.
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