DocumentViewerBase.OnGoToPageCommand(Int32) Method

Definition

Handles the GoToPage routed command.

C#
protected virtual void OnGoToPageCommand(int pageNumber);

Parameters

pageNumber
Int32

The number of the page to jump to.

Remarks

The GoToPage routed command cause the viewer to jump to an indicated page number in the current Document. The CanGoToPage method indicates whether or not a specified page number is a valid page to jump to in the current document.

If pageNumber specifies an invalid page to go to (as indicated by the CanGoToPage method), this method does nothing.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also