Click or drag to resize

PdfTextGetTextInfo Method

Extract text information structure from the page

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

Parameters

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

Return Value

PdfTextInfo
The instane of PdfText class that represent text information of the current page
Remarks
This function ignores characters without unicode information
See Also