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
)
Protected Function GetCharWidth (
c As Char
) As Single
protected:
float GetCharWidth(
wchar_t c
)
member GetCharWidth :
c : char -> float32
Parameters
-
c
-
Type:
System
Char
Return Value
Type:
Single
The width.
See Also