
Gets or sets the page number that the DocumentServer.Web.DocumentViewer is displaying or should display respectively. Returns 0, if no document is loaded.
[C#]
public int PageNumber { get; set; }
[Visual Basic]
Public Property PageNumber() As Integer
Valid values for setting the page number are between 1 and the total number of pages, which is dependent on the loaded document, of course.