Click or drag to resize

TextRangeGetTextBefore Method

Get the Unicode string content immediately before the text range.

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

Parameters

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

Return Value

Type: String
the text before the range
See Also