ExpertPdf PDF Creator Library
GetCharWidth Method (c)
NamespacesExpertPdf.PdfCreatorPdfFontGetCharWidth(Char)
ExpertPdf PDF Creator Library
Gets the width of the specified character in points.
Declaration Syntax
C#Visual BasicVisual C++
public float GetCharWidth(
	char c
)
Public Function GetCharWidth ( _
	c As Char _
) As Single
public:
float GetCharWidth(
	wchar_t c
)
Parameters
c (Char)
The character.
Return Value
The character width in points.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)