Initializes a new instance of the RtfList class

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

Syntax

C#
public RtfList(
	RtfDocument doc,
	List list
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	list As List _
)
Visual C++
public:
RtfList(
	RtfDocument^ doc, 
	List^ list
)

See Also