PdfTableCustomDrawCell Delegate

PDF File Writer

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)
Syntax
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: Boolean
Action taken (see remarks).
Remarks

True if the event handler drew the cell.

False if the event handler did not draw the cell.

See Also