 | PdfViewerScrollToPoint Method |
Scrolls the control view to the specified point on the specified page
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic void ScrollToPoint(
int pageIndex,
PointF pagePoint
)
Public Sub ScrollToPoint (
pageIndex As Integer,
pagePoint As PointF
)
public:
void ScrollToPoint(
int pageIndex,
PointF pagePoint
)
member ScrollToPoint :
pageIndex : int *
pagePoint : PointF -> unit public void ScrollToPoint(
int pageIndex,
PointF pagePoint
)
function ScrollToPoint(pageIndex, pagePoint);
Parameters
- pageIndex Int32
- Zero-based index of a page.
- pagePoint PointF
- Point on the page in the page's coordinate system
See Also