DocumentViewerBase.CanGoToPage(Int32) Method

Definition

Returns a value that indicates whether or the viewer is able to jump to the specified page number.

public:
 virtual bool CanGoToPage(int pageNumber);
public virtual bool CanGoToPage (int pageNumber);
abstract member CanGoToPage : int -> bool
override this.CanGoToPage : int -> bool
Public Overridable Function CanGoToPage (pageNumber As Integer) As Boolean

Parameters

pageNumber
Int32

A page number to check for as a valid jump target.

Returns

A Boolean value that indicates whether or the viewer is able to jump to the specified page number.

Applies to

See also