pageNumber Property

Summary

The optional page number associated with this operation.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'pageNumber', 
	get: function() 
) 
TypeScript Syntax
pageNumber: number; // read-only 

Property Value

1-based optional page number associated with this operation. Operations that do not required a page number will leave this as 0.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly