TextSegmentReplaceText Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Replaces the part of the text segment by the specified text object.

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 ReplaceText(
	int startPositing,
	int endPosition,
	TextObject text
)

Parameters

startPositing
Type: SystemInt32
The start position of the text that will be replaced.
endPosition
Type: SystemInt32
The end position of the text that will be replaced.
text
Type: Apitron.PDF.Kit.FixedLayout.ContentTextObject
The text object that will be inserted into start position.
See Also

Reference