Click or drag to resize

PdfTextGetText Method

Extract text string from the page

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public string GetText(
	int index,
	int count
)

Parameters

index  Int32
Index for the start characters
count  Int32
Number of characters to be extracted

Return Value

String
Text string from the page
Remarks
This function ignores characters without unicode information
See Also