ArticleBead Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the ArticleBead class.

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 ArticleBead(
	Page appearingPage,
	Boundary boundary
)

Parameters

appearingPage
Type: Apitron.PDF.Kit.FixedLayoutPage
The appearing page.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
Examples

ArticleBead articleBead = new ArticleBead(document.Pages[0], new Boundary(200, 200));
See Also

Reference