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

Syntax

C#
public static float ParseLength(
	string str,
	float actualFontSize
)
Visual Basic
Public Shared Function ParseLength ( _
	str As String, _
	actualFontSize As Single _
) As Single
Visual C++
public:
static float ParseLength(
	String^ str, 
	float actualFontSize
)

Parameters

str
Type: System..::..String
actualFontSize
Type: System..::..Single

See Also