.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 > 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)
Visual Basic |
Public Sub GoToPage ( _ |
C# |
public void GoToPage( |
Visual C++ |
public: |
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.
IView.GoToPage(Int32, Single, Single)