Click or drag to resize

PdfFontGetCharBBox Method

Get the special character bounding box of a font object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public FX_RECT GetCharBBox(
	int charCode
)

Parameters

charCode  Int32
The character code.

Return Value

FX_RECT
Character bounding box of a font object
See Also