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

Revision as of 07:48, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetItemRects([in]           LONG   Index,
                     [in]           RECT*  Rects,
                     [in]           LONG   nRects,
                     [out, retval]  LONG*  Count);

Parameters

Index
[in] Value of LONG.
Rects
[in] Pointer to RECT.
nRects
[in] Value of LONG.
Count
[out, retval] Pointer to LONG.

Return Value

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

See Also

IUIX_DrawStringTags