PdfTable.CustomDrawCellEvent Event

PDF File Writer

PdfTableCustomDrawCellEvent Event

Sets the custom draw cell and header event handler.

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

Value

Type: PdfFileWriterPdfTableCustomDrawCell
Remarks
The custom draw cell and header event handler is called each time a cell or header is about to be drawn and RaiseCustomDrawCellEvent property of cell style is set to true;
See Also