Scroll to the location.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual void ScrollTo(
	float scrollLocationX,
	float scrollLocationY
)
Public Overridable Sub ScrollTo ( 
	scrollLocationX As Single,
	scrollLocationY As Single
)
public:
virtual void ScrollTo(
	float scrollLocationX, 
	float scrollLocationY
)
abstract ScrollTo : 
        scrollLocationX : float32 * 
        scrollLocationY : float32 -> unit 
override ScrollTo : 
        scrollLocationX : float32 * 
        scrollLocationY : float32 -> unit 

Parameters

scrollLocationX
Single
Scroll location x.
scrollLocationY
Single
Scroll location y.

See Also