Initializes a new instance of the RtfParserState class

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

Syntax

C#
public RtfParserState(
	RtfParserState orig
)
Visual Basic
Public Sub New ( _
	orig As RtfParserState _
)
Visual C++
public:
RtfParserState(
	RtfParserState^ orig
)

See Also