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# |
---|
protected static ArrayList BreakLines( ArrayList breaks, BaseFont font, float fontSize, float width ) |
Visual Basic |
---|
Protected Shared Function BreakLines ( _ breaks As ArrayList, _ font As BaseFont, _ fontSize As Single, _ width As Single _ ) As ArrayList |
Visual C++ |
---|
protected: static ArrayList^ BreakLines( ArrayList^ breaks, BaseFont^ font, float fontSize, float width ) |
Parameters
- breaks
- Type: System.Collections..::..ArrayList
- font
- Type: iTextSharp.text.pdf..::..BaseFont
- fontSize
- Type: System..::..Single
- width
- Type: System..::..Single