IPXC_Article::BeadPage Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Article::BeadPage Property}} | {{#customTitle:IPXC_Article::BeadPage Property}} | ||
{{#parentPage:PXV:IPXC_Article|BeadPage Property|property}} | {{#parentPage:PXV:IPXC_Article|BeadPage Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IPXC_Page|page]] where the bead is located at. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 15: | ||
== Parameters == | == Parameters == | ||
;nBead | ;nBead | ||
− | :[in] | + | :[in] Number of bead in article. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Article|IPXC_Article]]. | See also [[PXV:IPXC_Article|IPXC_Article]]. |
Revision as of 06:14, 19 May 2015
Gets page where the bead is located at.
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.