IPXC_PageText::LineInfo Property

From PDF XChange PDF SDK
Revision as of 06:49, 25 October 2016 by Palamar (Talk | contribs)

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


Property LineInfo of interface IPXC_PageText returns Value of PXC_TextLineInfo containing the text line information.

Syntax

HRESULT get_LineInfo([in]           ULONG              nLineIndex,
                     [out, retval]  PXC_TextLineInfo*  stInfo);

Parameters

nLineIndex
[in] Value of ULONG containing the index of the line.

See Also

IPXC_PageText