Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static Hyphenation Hyphenate( string lang, string country, string word, int leftMin, int rightMin ) |
Visual Basic |
---|
Public Shared Function Hyphenate ( _ lang As String, _ country As String, _ word As String, _ leftMin As Integer, _ rightMin As Integer _ ) As Hyphenation |
Visual C++ |
---|
public: static Hyphenation^ Hyphenate( String^ lang, String^ country, String^ word, int leftMin, int rightMin ) |
Parameters
- lang
- Type: System..::..String
- country
- Type: System..::..String
- word
- Type: System..::..String
- leftMin
- Type: System..::..Int32
- rightMin
- Type: System..::..Int32