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

Syntax

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

Parameters

phrase
Type: iTextSharp.text..::..Phrase
runDirection
Type: System..::..Int32
arabicOptions
Type: System..::..Int32

See Also