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

Syntax

C#
public static float GetWidth(
	Phrase phrase
)
Visual Basic
Public Shared Function GetWidth ( _
	phrase As Phrase _
) As Single
Visual C++
public:
static float GetWidth(
	Phrase^ phrase
)

Parameters

phrase
Type: iTextSharp.text..::..Phrase

See Also