PdfTextPageGetBoxes Method |
Given an character index and a number of characters returns a bounding box for the specified text.
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 QuadrilateralF[] GetBoxes(
int index,
int count
)
Public Function GetBoxes (
index As Integer,
count As Integer
) As QuadrilateralF()
Parameters
- index
- Type: SystemInt32
Zero-based index of the character in terms of this page. - count
- Type: SystemInt32
The number of characters after the index to build the bounding box around.
Return Value
Type:
QuadrilateralF A QuadrilateralF array which describes a bounding box around the specified text.
See Also