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,
	PdfPTable table
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	table As PdfPTable _
)
Visual C++
public:
RtfTable(
	RtfDocument^ doc, 
	PdfPTable^ table
)

See Also