Initializes a new instance of the HyphenationAuto class

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

Syntax

C#
public HyphenationAuto(
	string lang,
	string country,
	int leftMin,
	int rightMin
)
Visual Basic
Public Sub New ( _
	lang As String, _
	country As String, _
	leftMin As Integer, _
	rightMin As Integer _
)
Visual C++
public:
HyphenationAuto(
	String^ lang, 
	String^ country, 
	int leftMin, 
	int rightMin
)

Parameters

lang
Type: System..::..String
country
Type: System..::..String
leftMin
Type: System..::..Int32
rightMin
Type: System..::..Int32

See Also