ArticleThreadAddBeadLast Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the bead at the last position.

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 AddBeadLast(
	ArticleBead bead
)

Parameters

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

ArticleThread thread = new ArticleThread("My First Article", "Apitron", "Subject", "Keywords", DateTime.Now);
thread.AddBeadLast(new ArticleBead(document.Pages[0], new Boundary(200, 200)));
See Also

Reference