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 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]].
+
[[PXV:IUIX_DrawStringTags|IUIX_DrawStringTags]]

Revision as of 05:36, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

nIndex
[in] Value of LONG.
pRects
[in] Pointer to RECT.
nRects
[in] Value of LONG.
pCount
[out, retval] Pointer to LONG.

Return Value

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

See Also

IUIX_DrawStringTags