TextSegmentAddText Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds segments of the TextObject before of after this instance.

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

public void AddText(
	TextObject text,
	bool prepend = true
)

Parameters

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

Reference