DocumentViewerOperationEventArgs Constructor

Summary

Initializes a new instance of DocumentViewerOperationEventArgs with the specified values.

Syntax
TypeScript
JavaScript
DocumentViewerOperationEventArgs = function( 
   operation, 
   error, 
   data1, 
   data2, 
   pageNumber, 
   isPostOperation 
) 
constructor( 
   operation: DocumentViewerOperation, 
   error: Error, 
   data1: any, 
   data2: any, 
   pageNumber: number, 
   isPostOperation: boolean 
); 

Parameters

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.

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.