IPXC_Article::RemoveBead Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Article::RemoveBead Method}} | {{#customTitle:IPXC_Article::RemoveBead Method}} | ||
{{#parentPage:PXV:IPXC_Article|RemoveBead Method|method}} | {{#parentPage:PXV:IPXC_Article|RemoveBead Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes bead from article by index. Note that removing last bead will remove '''F''' value from the article [[PXV:IPXS_PDFVariant|PDF object]]. | |
== Syntax == | == Syntax == | ||
Line 12: | Line 11: | ||
== Parameters == | == Parameters == | ||
;nBead | ;nBead | ||
− | :[in] | + | :[in] Index of the bead that will be removed. |
== Return Value == | == Return Value == |
Revision as of 06:33, 19 May 2015
Removes bead from article by index. Note that removing last bead will remove F value from the article PDF object.
Contents
Syntax
HRESULT RemoveBead([in] ULONG nBead);
Parameters
- nBead
- [in] Index of the bead that will be removed.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Article.