Click or drag to resize

PdfUnidimensionalBarcode GetCharWidth Method

Returns the Character width.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected float GetCharWidth(
	char c
)

Parameters

c
Type: System Char

Return Value

Type: Single
The width.
See Also