IContentElementAddContent Method (ClippedContent, Boolean)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the ClippedContent before of after the content element.

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

void AddContent(
	ClippedContent content,
	bool prepend = true
)

Parameters

content
Type: Apitron.PDF.Kit.FixedLayout.ContentClippedContent
The ClippedContent.
prepend (Optional)
Type: SystemBoolean
Defines a value indicating whether the ClippedContent will be appended or prepended.
See Also

Reference