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

Syntax

C#
public void TableLayout(
	PdfPTable table,
	float[][] widths,
	float[] heights,
	int headerRows,
	int rowStart,
	PdfContentByte[] canvases
)
Visual Basic
Public Sub TableLayout ( _
	table As PdfPTable, _
	widths As Single()(), _
	heights As Single(), _
	headerRows As Integer, _
	rowStart As Integer, _
	canvases As PdfContentByte() _
)
Visual C++
public:
virtual void TableLayout(
	PdfPTable^ table, 
	array<array<float>^>^ widths, 
	array<float>^ heights, 
	int headerRows, 
	int rowStart, 
	array<PdfContentByte^>^ canvases
) sealed

Parameters

table
Type: iTextSharp.text.pdf..::..PdfPTable
widths
Type: array<array<System..::..Single>[]()[][]>[]()[][]
heights
Type: array<System..::..Single>[]()[][]
headerRows
Type: System..::..Int32
rowStart
Type: System..::..Int32
canvases
Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]

Implements

IPdfPTableEvent..::..TableLayout(PdfPTable, array<array<Single>[]()[][]>[]()[][], array<Single>[]()[][], Int32, Int32, array<PdfContentByte>[]()[][])

See Also