Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public string GetHyphenatedWordPre( string word, BaseFont font, float fontSize, float remainingWidth ) |
| Visual Basic |
|---|
Public Function GetHyphenatedWordPre ( _ word As String, _ font As BaseFont, _ fontSize As Single, _ remainingWidth As Single _ ) As String |
| Visual C++ |
|---|
public: virtual String^ GetHyphenatedWordPre( String^ word, BaseFont^ font, float fontSize, float remainingWidth ) sealed |
Parameters
- word
- Type: System..::..String
- font
- Type: iTextSharp.text.pdf..::..BaseFont
- fontSize
- Type: System..::..Single
- remainingWidth
- Type: System..::..Single