.NET Framework Class Library

IView.GoToPage Method (Int32, Single, Single)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > IView Interface > IView Methods > GoToPage Method  >

.NET Framework Class Library

IView.GoToPage Method (Int32, Single, Single)

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

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

C#

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

Visual C++

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

Parameters

pageNumber

Type: System.Int32

x

Type: System.Single

y

Type: System.Single

See Also

IView Interface

IView Members

GoToPage Overload

Gnostice.Core.Viewer Namespace