Click or drag to resize

PdfTextObjectGetCharWidth Method

Gets the width of the specified character

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public float GetCharWidth(
	int charCode
)

Parameters

charCode  Int32
Character code the width of which is necessary to obtain.

Return Value

Single
The width of charCode of the current text object.
See Also