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

C#
public delegate bool PdfTableCustomDrawCell( PdfTable Table, PdfTableCell Cell )
Parameters
- Table
- Type: PdfFileWriterPdfTable
The current table object. - Cell
- Type: PdfFileWriterPdfTableCell
The current's cell object.
Return Value
Type: BooleanAction taken (see remarks).

True if the event handler drew the cell.
False if the event handler did not draw the cell.
