FixedContent Constructor (String, Boundary, ClippedContent)

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

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.XObjects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public FixedContent(
	string resourceID,
	Boundary boundary,
	ClippedContent content
)

Parameters

resourceID
Type: SystemString
The resource id.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
content
Type: Apitron.PDF.Kit.FixedLayout.ContentClippedContent
The content.
Examples

C#
FixedContent content = new FixedContent("TextArea", new Boundary(0, 0, 300, 200), clippedContent);
See Also

Reference