ArticleThreadRemoveLastBead Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Removes the last 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 RemoveLastBead()
Examples

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

Reference