IPXV_SearchEntryItem::FillTextRangeQuads Method
From PDF XChange PDF SDK
Gets already created IPXC_QuadsF object and fills it with data. This method can help avoid the mass creation of the new objects.
Syntax
HRESULT FillTextRangeQuads([in] ULONG nRangeIndex, [in] IPXC_QuadsF* pQuads);
Parameters
- nRangeIndex
- [in] Value of ULONG containing the index in the quads' range.
- pQuads
- [in] Pointer to IPXC_QuadsF containing the object that needs to be filled with data.
Return Value
Returns S_OK if operation was successful or error code in other cases.