PdfTableEnd Delegate

PDF File Writer

PdfTableEnd Delegate

PDF table end event handler delegate

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public delegate void PdfTableEnd(
	PdfTable Table,
	double TableEndPos
)

Parameters

Table
Type: PdfFileWriterPdfTable
Parent object.
TableEndPos
Type: SystemDouble
Table bottom's position on the page.
Remarks
The purpose of the table end event handler is to allow custom drawing on the page after the last row was drawn. For example, drawing comment below the table.
See Also