Makes the viewer to display the specific page. Page numeration starts with 1.
'Declaration
Public Function GoToPage( _
ByVal As Integer _
) As Task
public Task GoToPage(
int
)
Parameters
- pageIndex
- The number of the page to go to.
Return Value
A task that represents the asynchronous operation of navigating to the specified page.