IPXV_SearchEntryItem::GetTextRangeQuads Method

From PDF XChange PDF SDK
Revision as of 02:36, 20 January 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Creates new IPXC_QuadsF object and fills it with data.

Syntax

HRESULT GetTextRangeQuads([in]           ULONG          nRangeIndex,
                          [out, retval]  IPXC_QuadsF**  pQuads);

Parameters

nRangeIndex
[in] Value of ULONG containing the index of the quad range.
pQuads
[out, retval] Pointer to IPXC_QuadsF containing the quads' data.

Return Value

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

See Also

IPXV_SearchEntryItem