DocumentViewerBase.CanGoToPage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.