IPXC_Article::RemoveBead Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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]  Value of ULONG.
+
:[in]  Index of the bead that will be removed.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 07:33, 19 May 2015


Removes bead from article by index. Note that removing last bead will remove F value from the article PDF object.

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.