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
)
Public Function GetTextInBox (
box As RectangleF
) As String
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