Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public override Section AddSection( Paragraph title ) |
| Visual Basic |
|---|
Public Overrides Function AddSection ( _ title As Paragraph _ ) As Section |
| Visual C++ |
|---|
public: virtual Section^ AddSection( Paragraph^ title ) override |
Parameters
- title
- Type: iTextSharp.text..::..Paragraph