CurrentPage Property (Viewer)
In This Topic
Gets or sets the number of the current document page displayed in the viewer. The page numbering is 1-based.
Syntax
'Declaration
Public Property CurrentPage As Integer
public int CurrentPage {get; set;}
Property Value
An
System.Int32 representing the current page number.
See Also