Click or drag to resize

PdfTextGetCharBox Method

Get bounding box of a particular character.

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

Parameters

index  Int32
Zero-based index of the character.

Return Value

FS_RECTF
Bounding box of a particular character.
Remarks
All positions are measured in PDF "user space"
See Also