IPXC_PageText::GetCharsFlags Method
From PDF XChange PDF SDK
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.