PdfTextPageCharBox Method |
Gets the bounding box of a character at an index.
Namespace:
Atalasoft.Pdf.TextExtract
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic QuadrilateralF CharBox(
int index
)
Public Function CharBox (
index As Integer
) As QuadrilateralF
Parameters
- index
- Type: SystemInt32
Zero-based index of the character in terms of this page.
Return Value
Type:
QuadrilateralF a QuadrilateralF which describes the bounding box of the character.
See Also