[]
Makes the viewer to display the specific page. Page numeration starts with 1.
public Task GoToPage(int pageIndex)
Type | Name | Description |
---|---|---|
int | pageIndex | The number of the page to go to. |
Type | Description |
---|---|
Task | A task that represents the asynchronous operation of navigating to the specified page. |