IPXC_PageText::GetTextQuads Method
From PDF XChange PDF SDK
Gets quads from the page text by given character ranges.
Syntax
HRESULT GetTextQuads([in] ULONG* nCharRanges, [in] ULONG nCharRangesLen, [out] IPXC_QuadsF* pQuads, [out] PXC_RectF* stBBox);
Parameters
- nCharRanges
- [in] Pointer to ULONG containing the pointer to the first element of the character ranges array.
- nCharRangesLen
- [in] Value of ULONG containing the length of the character ranges array.
- pQuads
- [out] Pointer to IPXC_QuadsF containing the resulting quads.
- stBBox
- [out] Pointer to PXC_RectF containing the bound box.
Return Value
Returns S_OK if operation was successful or error code in other cases.