Click or drag to resize

PdfTextPageGetText Method

Extracts a text string from the page.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string GetText(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
Zero-based index of the character in terms of this page.
count
Type: SystemInt32
The number of characters to get.

Return Value

Type: String
A string containing the specified range of characters.
See Also