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 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in]          LONG  Index,
+
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in]          LONG  nIndex,
                     [in]          RECT*  Rects,
+
                     [in]          RECT*  stRects,
 
                     [in]          LONG  nRects,
 
                     [in]          LONG  nRects,
                     [out, retval]  LONG*  Count);</pre>
+
                     [out, retval]  LONG*  nCount);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;nIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;Rects
+
;stRects
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nRects
 
;nRects
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;Count
+
;nCount
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.
  

Latest revision as of 04:19, 15 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