To put a table within the existing table at the given position generateTable will of course re-arrange the widths of the columns.

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

Syntax

C#
public void InsertTable(
	Table aTable,
	Point p
)
Visual Basic
Public Sub InsertTable ( _
	aTable As Table, _
	p As Point _
)
Visual C++
public:
void InsertTable(
	Table^ aTable, 
	Point p
)

Parameters

aTable
Type: iTextSharp.text..::..Table
the table you want to insert
p
Type: System.Drawing..::..Point

See Also