Initializes a new instance of the RtfWriter2 class

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

Syntax

C#
protected RtfWriter2(
	Document doc,
	Stream os
)
Visual Basic
Protected Sub New ( _
	doc As Document, _
	os As Stream _
)
Visual C++
protected:
RtfWriter2(
	Document^ doc, 
	Stream^ os
)

See Also