IUIX_DrawStringTags::GetItemRects Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_DrawStringTags::GetItemRects Method}}
 
{{#customTitle:IUIX_DrawStringTags::GetItemRects Method}}
 +
{{#parentPage:PXV:IUIX_DrawStringTags#Methods|GetItemRects|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in] LONG nIndex, [in] RECT* pRects, [in] LONG nRects, [out, retval] LONG* pCount);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetItemRects([in]           LONG   nIndex,
 +
                    [in]           RECT* stRects,
 +
                    [in]           LONG   nRects,
 +
                    [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.
  
Line 21: Line 28:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]].
+
[[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]]

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