IUIX_Tree::GetItemMinMaxHeight Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetItemMinMaxHeight([out] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT GetItemMinMaxHeight([out] LONG* nMinHeight, |
− | [out] LONG* | + | [out] LONG* nMaxHeight);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nMinHeight |
:[out] Pointer to LONG. | :[out] Pointer to LONG. | ||
− | ; | + | ;nMaxHeight |
:[out] Pointer to LONG. | :[out] Pointer to LONG. | ||
Latest revision as of 03:41, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetItemMinMaxHeight([out] LONG* nMinHeight, [out] LONG* nMaxHeight);
Parameters
- nMinHeight
- [out] Pointer to LONG.
- nMaxHeight
- [out] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.