IPXV_PagesView::StartAutoScroll Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT StartAutoScroll([in] LONG nDX, [in] LONG nDY, [in, optional] VARIANT_BOOL bIncrementalSpeed);
Parameters
- nDX
- [in] Value of LONG.
- nDY
- [in] Value of LONG.
- bIncrementalSpeed
- [in, optional] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_PagesView.