Initializes a new instance of the RtfTable class

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

Syntax

C#
public RtfTable(
	RtfDocument doc,
	Table table
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	table As Table _
)
Visual C++
public:
RtfTable(
	RtfDocument^ doc, 
	Table^ table
)

See Also