Initializes a new instance of the RtfChapter class
Namespace: iTextSharp.text.rtf.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfChapter( RtfDocument doc, Chapter chapter ) |
| Visual Basic |
|---|
Public Sub New ( _ doc As RtfDocument, _ chapter As Chapter _ ) |
| Visual C++ |
|---|
public: RtfChapter( RtfDocument^ doc, Chapter^ chapter ) |
Parameters
- chapter
- Type: iTextSharp.text..::..Chapter