Gets or sets the page number that the DocumentServer.Web.DocumentViewer is displaying or should display respectively. Returns 0, if no document is loaded.

Syntax

public int PageNumber { get; set; }
Public Property PageNumber() As Integer

Limitations

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.