Click or drag to resize

PdfTextPageGetTextInBox Method

Extract text within a rectangular boundary on 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 GetTextInBox(
	RectangleF box
)

Parameters

box
Type: System.DrawingRectangleF
A RectangleF specifying the region from which text will be extracted.

Return Value

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