IPXC_Article::BeadPage Property

From PDF XChange PDF SDK
Revision as of 03:20, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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

Gets/sets bead's location page.

Syntax

HRESULT get_BeadPage([in]           ULONG        nBead,
                     [out, retval]  IPXC_Page**  pPage);
HRESULT put_BeadPage([in]  ULONG       nBead,
                     [in]  IPXC_Page*  pPage);

Parameters

nBead
[in] Index of bead in article.

See Also

IPXC_Article