Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public float GetEffectiveStringWidth(
	string text,
	bool kerned
)
Visual Basic
Public Function GetEffectiveStringWidth ( _
	text As String, _
	kerned As Boolean _
) As Single
Visual C++
public:
float GetEffectiveStringWidth(
	String^ text, 
	bool kerned
)

Parameters

text
Type: System..::..String
kerned
Type: System..::..Boolean

See Also