IUIX_ScrollBar::GetInfo Method
From PDF XChange PDF SDK
Line 7: | Line 7: | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
− | Returns the | + | Returns the full size, the apparent size and current position ScrollBar in the structure [[PXV:UIX_ScrollBarInfo|UIX_ScrollBarInfo]] |
== Syntax == | == Syntax == |
Revision as of 22:59, 28 May 2015
The method of interface of PDF-XChange Editor SDK.
Returns the full size, the apparent size and current position ScrollBar in the structure UIX_ScrollBarInfo
Syntax
HRESULT GetInfo([out, retval] UIX_ScrollBarInfo* pInfo);
Parameters
- pInfo
- [out, retval] Pointer to UIX_ScrollBarInfo.
Return Value
Returns S_OK if operation was successful or error code in other cases.