IPXC_Article::BeadPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Article|IPXC_Article]].
+
[[PXV:IPXC_Article|IPXC_Article]]

Revision as of 04:15, 23 May 2015

Gets/sets bead's location page.

Syntax

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

Parameters

nBead
[in] Index of bead in article.

See Also

IPXC_Article