IUIX_DrawStringTags::GetItemRects Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in]          LONG  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in]          LONG  nIndex,
                     [in]          RECT*  pRects,
+
                     [in]          RECT*  stRects,
 
                     [in]          LONG  nRects,
 
                     [in]          LONG  nRects,
                     [out, retval]  LONG*  pCount);</pre>
+
                     [out, retval]  LONG*  nCount);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pRects
+
;stRects
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nRects
 
;nRects
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pCount
+
;nCount
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.
  

Revision as of 03:03, 4 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetItemRects([in]           LONG   nIndex,
                     [in]           RECT*  stRects,
                     [in]           LONG   nRects,
                     [out, retval]  LONG*  nCount);

Parameters

nIndex
[in] Value of LONG.
stRects
[in] Pointer to RECT.
nRects
[in] Value of LONG.
nCount
[out, retval] Pointer to LONG.

Return Value

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

See Also

IUIX_DrawStringTags