IPXC_PageText::GetTextQuads Method

From PDF XChange PDF SDK
Revision as of 23:50, 12 May 2016 by Palamar (Talk | contribs)

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


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.

See Also

IPXC_PageText