Initializes a new instance of the RtfChapter class

Namespace: iTextSharp.text.rtf.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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
)

Collapse imageSee Also