CurrentPage Property (Viewer)
In This Topic
Gets or sets the current page number displayed in the viewer.
Syntax
'Declaration
Public Property CurrentPage As Integer
public int CurrentPage {get; set;}
Property Value
The 1-based index of the current page displayed, or 0 if no document is loaded.
See Also