Namespace: iTextSharp.text.pdf.events
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void OnSection( PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title ) |
Visual Basic |
---|
Public Overridable Sub OnSection ( _ writer As PdfWriter, _ document As Document, _ paragraphPosition As Single, _ depth As Integer, _ title As Paragraph _ ) |
Visual C++ |
---|
public: virtual void OnSection( PdfWriter^ writer, Document^ document, float paragraphPosition, int depth, Paragraph^ title ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- document
- Type: iTextSharp.text..::..Document
- paragraphPosition
- Type: System..::..Single
- depth
- Type: System..::..Int32
- title
- Type: iTextSharp.text..::..Paragraph