'DeclarationPublic Sub ScrollToPageLocation( _ ByVal visualPage As PDFVisualPage, _ ByVal x As Double, _ ByVal y As Double _ )
'UsageDim instance As PDFDocumentView Dim visualPage As PDFVisualPage Dim x As Double Dim y As Double instance.ScrollToPageLocation(visualPage, x, y)
public void ScrollToPageLocation( PDFVisualPage visualPage, double x, double y )
public: void ScrollToPageLocation( PDFVisualPage^ visualPage, double x, double y )
Parameters
- visualPage
- The page to scroll to.
- x
- Location's x coordinate on the page where to scroll.
- y
- Location's Y coordinate on the page where to scroll.