Initializes a new instance of the RtfColor class

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

Syntax

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

See Also