Initializes a new instance of the RtfCodePage class

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

Syntax

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

See Also