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 Hyphenation Hyphenate( string word, int remainCharCount, int pushCharCount ) |
Visual Basic |
---|
Public Function Hyphenate ( _ word As String, _ remainCharCount As Integer, _ pushCharCount As Integer _ ) As Hyphenation |
Visual C++ |
---|
public: Hyphenation^ Hyphenate( String^ word, int remainCharCount, int pushCharCount ) |
Parameters
- word
- Type: System..::..String
- remainCharCount
- Type: System..::..Int32
- pushCharCount
- Type: System..::..Int32