Initializes a new instance of the RtfSection class

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

Syntax

C#
public RtfSection(
	RtfDocument doc,
	Section section
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	section As Section _
)
Visual C++
public:
RtfSection(
	RtfDocument^ doc, 
	Section^ section
)

See Also