←Select platform

CurrentPageNumberChangeData Class

Summary

Data describing the context of a DocumentViewer.CurrentPageNumber change.

Syntax
C#
VB
C++
public class CurrentPageNumberChangeData 
Public Class CurrentPageNumberChangeData 
public: 
   ref class CurrentPageNumberChangeData 

Remarks

When the DocumentViewer.CurrentPageNumber changes through a DocumentViewerOperation.CurrentPageNumberChanged operation event, the 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.WinForms Assembly