ArticleThreadRemoveBead Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Removes the bead from the thread.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void RemoveBead(
	ArticleBead bead
)

Parameters

bead
Type: Apitron.PDF.Kit.Interactive.Navigation.PageLevelArticleBead
The bead.
Examples

ArticleThread thread = new ArticleThread("My Article", "Apitron", "Subject", "Keywords", DateTime.Now);
...
thread.RemoveBead(articleBead);
See Also

Reference