Click or drag to resize

PdfTextObjectGetCharRect(Int32) Method

Gets character bounding box

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public FS_RECTF GetCharRect(
	int index
)

Parameters

index  Int32
The index of the character to get the bbox.

Return Value

FS_RECTF
Character bounding box.
See Also