Initializes a new instance of the RtfParser class

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

Syntax

C#
public RtfParser(
	Document doc
)
Visual Basic
Public Sub New ( _
	doc As Document _
)
Visual C++
public:
RtfParser(
	Document^ doc
)

See Also