PdfTextPageGetBoundedTextSegments Method |
Gets all of the text segments 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 PdfTextSegment[] GetBoundedTextSegments(
RectangleF box
)
Public Function GetBoundedTextSegments (
box As RectangleF
) As PdfTextSegment()
Parameters
- box
- Type: System.DrawingRectangleF
A RectangleF which describes the area from which to get the text segments.
Return Value
Type:
PdfTextSegment An array of
PdfTextSegment objects.
See Also