.NET Framework Class Library

DocumentViewer.GoToPage Method (Int32, Single, Single)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewer.GoToPage Method (Int32, Single, Single)

Navigates to specified page in the viewer.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Sub GoToPage ( _
 pageNumber As Integer, _
 x As Single, _
 y As Single _
)

C#

public void GoToPage(
 int pageNumber,
 float x,
 float y
)

Visual C++

public:
virtual void GoToPage(
 int pageNumber,
 float x,
 float y
sealed

Parameters

pageNumber

Type: System.Int32

Number of the page.

x

Type: System.Single

Y\-coordinate of location on the page where the top\-left corner of the control needs to be located.

y

Type: System.Single

Y\-coordinate of location on the page where the top\-left corner of the control needs to be located.

Implements

IView.GoToPage(Int32, Single, Single)

See Also

DocumentViewer Class

DocumentViewer Members

GoToPage Overload

Gnostice.Controls.WPF Namespace