Click or drag to resize

PdfFontExtensionGetCharBBoxEx Method

Get the special character bounding box of a font object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf.Gdi (in Patagames.Pdf.Gdi.dll) Version: 5.1.3
Syntax
public static Rectangle GetCharBBoxEx(
	this PdfFont font,
	int charCode
)

Parameters

font  PdfFont
The instance of the PdfFont class.
charCode  Int32
The character code.

Return Value

Rectangle
Character bounding box of a font object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PdfFont. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also