Click or drag to resize

TextRangeGetTextAfter Method

Get the Unicode string content immediately after the text range.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetTextAfter(
	int count
)

Parameters

count
Type: SystemInt32
the number of characters to retrieve after the text range

Return Value

Type: String
the text after the range
See Also