CurrentPageNumberChangeData Class

Summary

Data describing the context of a DocumentViewer.currentPageNumber change.

Syntax
TypeScript
JavaScript
function lt.Document.Viewer.CurrentPageNumberChangeData 
class lt.Document.Viewer.CurrentPageNumberChangeData() 

Remarks

When the DocumentViewer.currentPageNumber changes through a DocumentViewerOperation.currentPageNumberChanged operation event, CurrentPageNumberChangeData is available as the DocumentViewerOperationEventArgs.data1 property.

The CurrentPageNumberChangeData includes information about the change, such as:

The operation can be aborted by setting DocumentViewerOperationEventArgs.abort to true when DocumentViewerOperationEventArgs.operation is DocumentViewerOperation.currentPageNumberChanged and DocumentViewerOperationEventArgs.isPostOperation is false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly