IPXC_Article::BeadPageIndex Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Article::BeadPageIndex Property}} | {{#customTitle:IPXC_Article::BeadPageIndex Property}} | ||
{{#parentPage:PXV:IPXC_Article|BeadPageIndex Property|property}} | {{#parentPage:PXV:IPXC_Article|BeadPageIndex Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets bead's location page number. | |
== 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:19, 19 May 2015
Gets/sets bead's location page number.
Syntax
HRESULT get_BeadPageIndex([in] ULONG nBead, [out, retval] LONG* pPageIdx); HRESULT put_BeadPageIndex([in] ULONG nBead, [in] ULONG pPageIdx);
Parameters
- nBead
- [in] Number of bead in article.
See Also
See also IPXC_Article.