TextSegmentInsertText Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Insert the text into the text segment.

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 InsertText(
	int position,
	TextObject text
)

Parameters

position
Type: SystemInt32
The position where the text will be inserted.
text
Type: Apitron.PDF.Kit.FixedLayout.ContentTextObject
The text object that will be inserted.
See Also

Reference