IPXC_PageText::GetCharsFlags Method

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

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


Gets characters' flags from the given page text interval.

Syntax

HRESULT GetCharsFlags([in]   ULONG   nFirstCharIndex,
                      [in]   ULONG   nCharsCount,
                      [out]  ULONG*  nCharsFlags);

Parameters

nFirstCharIndex
[in] Value of ULONG containing the starting character index.
nCharsCount
[in] Value of ULONG containing the number of characters.
nCharsFlags
[out] Pointer to ULONG containing the characters' flags.

Return Value

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

See Also

IPXC_PageText