Click or drag to resize

PdfTextObjectGetCharRect(Int32, FS_MATRIX) Method

Gets character bounding box

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_RECTF GetCharRect(
	int index,
	FS_MATRIX matrix
)

Parameters

index  Int32
The index of the character to get the bbox.
matrix  FS_MATRIX
The matrix that should be applied to the output rectangle. Typically it's TextMatrix

Return Value

FS_RECTF
Character bounding box.
See Also