ScrollClient(Int32,Int32) Method
In This Topic
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. May change the currently shown row of pages.
Syntax
'Declaration
Public Overloads Sub ScrollClient( _
ByVal As Integer, _
ByVal As Integer _
)
public void ScrollClient(
int ,
int
)
Parameters
- dx
- The horizontal scroll amount.
- dy
- The vertical scroll amount.
See Also