ExpertPdf Html to Pdf Converter Library
GetCharWidth Method (c)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfFontGetCharWidth(Char)
ExpertPdf Html to Pdf Converter 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
Single
The character width in points.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)