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