IPXC_Article::BeadPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Gets [[PXV:IPXC_Page|page]] where the bead is located at.
+
Gets/sets the [[PXV:IPXC_Page|location page]] of the bead.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:15, 19 May 2015


Gets/sets the location page of the bead.

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] Number of bead in article.

See Also

See also IPXC_Article.