PDF File Writer Class Library - Author Uzi Granot
PdfTableEnd Delegate |
PDF table end event handler delegate
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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.

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.
