IUIX_List::SetItemMinMaxSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
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 SetItemMinMaxSize([in]  SIZE*  pMinSize,
+
<pre class="brush:cpp;gutter:false">HRESULT SetItemMinMaxSize([in]  SIZE*  nMinSize,
                           [in]  SIZE*  pMaxSize);</pre>
+
                           [in]  SIZE*  nMaxSize);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pMinSize
+
;nMinSize
 
:[in]  Pointer to SIZE.
 
:[in]  Pointer to SIZE.
;pMaxSize
+
;nMaxSize
 
:[in]  Pointer to SIZE.
 
:[in]  Pointer to SIZE.
  

Latest revision as of 04:28, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetItemMinMaxSize([in]  SIZE*  nMinSize,
                          [in]  SIZE*  nMaxSize);

Parameters

nMinSize
[in] Pointer to SIZE.
nMaxSize
[in] Pointer to SIZE.

Return Value

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

See Also

IUIX_List