IUIX_ScrollBar::GetInfo Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_ScrollBar::GetInfo Method}} | {{#customTitle:IUIX_ScrollBar::GetInfo Method}} | ||
{{#parentPage:PXV:IUIX_ScrollBar#Methods|GetInfo|method}} | {{#parentPage:PXV:IUIX_ScrollBar#Methods|GetInfo|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | Returns the total size, the apparent size and current position ScrollBar in the structure [[PXV:UIX_ScrollBarInfo|UIX_ScrollBarInfo]] | ||
== Syntax == | == Syntax == |
Revision as of 06:52, 27 May 2015
The method of interface of PDF-XChange Editor SDK.
Returns the total 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.