←Select platform

NewCurrentPageNumber Property

Summary

The new value for DocumentViewer.CurrentPageNumber.

Syntax
C#
VB
C++
public int NewCurrentPageNumber { get; } 
Public ReadOnly Property NewCurrentPageNumber() As Integer 
   Get 
public:  
   property Int32 NewCurrentPageNumber 
   { 
      Int32 get() 
   } 

Property Value

A 1-based page number indicating the new value for DocumentViewer.CurrentPageNumber (assuming the operation has not been aborted with DocumentViewerOperationEventArgs.Abort).

Remarks

See CurrentPageNumberChangeData for more information.

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