.NET Framework Class Library

DocumentViewer.GoToPage Method (Int32)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > DocumentViewer Class > DocumentViewer Methods > GoToPage Method  >

.NET Framework Class Library

DocumentViewer.GoToPage Method (Int32)

Navigates to specified page in the viewer.

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Sub GoToPage ( _
 pageNumber As Integer _
)

C#

public void GoToPage(
 int pageNumber
)

Visual C++

public:
virtual void GoToPage(
 int pageNumber
sealed

Parameters

pageNumber

Type: System.Int32

Number of the page.

Implements

IView.GoToPage(Int32)

See Also

DocumentViewer Class

DocumentViewer Members

GoToPage Overload

Gnostice.Controls.Xamarin Namespace