IUIX_ScrollBar::GetInfo Method

From PDF XChange PDF SDK
Revision as of 04:37, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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*  stInfo);

Parameters

stInfo
[out, retval] Pointer to UIX_ScrollBarInfo.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_ScrollBar