PdfTableStyle.RaiseCustomDrawCellEvent Property

PDF File Writer

PdfTableStyleRaiseCustomDrawCellEvent Property

Gets or sets raise custom draw cell event flag.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool RaiseCustomDrawCellEvent { get; set; }

Property Value

Type: Boolean
Remarks
With this flag you can control which columns call the draw cell event handler.
See Also