IUIX_ScrollBar::GetInfo Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 7: Line 7:
 
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]]
+
Returns the full size, the apparent size and current position ScrollBar in the structure [[PXV:UIX_ScrollBarInfo|UIX_ScrollBarInfo]]
  
 
== Syntax ==
 
== Syntax ==

Revision as of 23: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.

See Also

IUIX_ScrollBar