.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.WinForms 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.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.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 to which viewer needs to navigate

Implements

IView.GoToPage(Int32)

See Also

DocumentViewer Class

DocumentViewer Members

GoToPage Overload

Gnostice.Controls.WinForms Namespace