IPXC_PageText::BlockInfo Property

From PDF XChange PDF SDK
Revision as of 02:47, 13 May 2016 by Palamar (Talk | contribs)

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


Property BlockInfo of interface IPXC_PageText returns Pointer to IPXC_TextBlockInfo containing the block information by it's index.

Syntax

HRESULT get_BlockInfo([in]           ULONG                 nBlockIndex,
                      [out, retval]  IPXC_TextBlockInfo**  pInfo);

Parameters

nBlockIndex
[in] Value of ULONG containing the index of the block which info should be obtained.

See Also

IPXC_PageText