IPXV_SearchEntryItem::GetTextRangeQuads Method
From PDF XChange PDF SDK
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.