Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public QuadrilateralF CharBox(
	int index
)

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