Initializes a new instance of the Hyphenator class
Namespace: iTextSharp.text.pdf.hyphenationAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Hyphenator( 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: Hyphenator( 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