IPXC_PageText::Char Property

From PDF XChange PDF SDK
Revision as of 04:53, 18 July 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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


Property nChar of interface IPXC_PageText returns Value of WORD containing the character obtained by index.

Syntax

HRESULT get_Char([in]           ULONG  nCharIndex,
                 [out, retval]  WORD*  nChar);

Parameters

nCharIndex
[in] Value of ULONG containing the index of the character that needs to be obtained from the page text.

See Also

IPXC_PageText