PdfTable.TableEndEvent Event

PDF File Writer

PdfTableTableEndEvent Event

Sets the table end event handler.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public event PdfTableEnd TableEndEvent

Value

Type: PdfFileWriterPdfTableEnd
Remarks
The table end event handler is called at the end of each page and at the end of the table drawing.
See Also