PdfFont.TextWidth Method

PDF File Writer

PdfFontTextWidth Method

Text width

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double TextWidth(
	double FontSize,
	string Text
)

Parameters

FontSize
Type: SystemDouble
Font size
Text
Type: SystemString
Text

Return Value

Type: Double
Width
See Also