In This Topic
Makes the viewer to display the specific page. Page numeration starts with 1
Syntax
'Declaration
Public Function GoToPage( _
ByVal As Integer _
) As Task
public Task GoToPage(
int
)
Parameters
- pageIndex
- The number of pages to go to
See Also