IContentElementAddContent Method (TextObject, Boolean)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the TextObject 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(
	TextObject text,
	bool prepend = true
)

Parameters

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

Reference