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

Syntax

C#
string GetHyphenatedWordPre(
	string word,
	BaseFont font,
	float fontSize,
	float remainingWidth
)
Visual Basic
Function GetHyphenatedWordPre ( _
	word As String, _
	font As BaseFont, _
	fontSize As Single, _
	remainingWidth As Single _
) As String
Visual C++
String^ GetHyphenatedWordPre(
	String^ word, 
	BaseFont^ font, 
	float fontSize, 
	float remainingWidth
)

Parameters

word
Type: System..::..String
font
Type: iTextSharp.text.pdf..::..BaseFont
fontSize
Type: System..::..Single
remainingWidth
Type: System..::..Single

See Also