TextFragmentIsolateTextSegments Method
Gets TextSegment(s) representing specified part of the TextFragment text.

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public TextSegmentCollection IsolateTextSegments(
	int startIndex,
	int length
)

Parameters

startIndex
Type: SystemInt32
Position in text from which new TextSegment(s) will start.
length
Type: SystemInt32
Length of the text that will isolated into TextSegment(s).

Return Value

Type: TextSegmentCollection
TextSegmentCollection containing text segments represeting text substring starting at a specifing position and having a specified length.
See Also