Skip to content

PDFFlowTableCellDrawEventArgs

Namespace: O2S.Components.PDF4NET.FlowDocument

Defines the event arguments for flow table cell drawing related events.

public class PDFFlowTableCellDrawEventArgs : System.EventArgs

Inheritance ObjectEventArgsPDFFlowTableCellDrawEventArgs

Properties

Cell

Gets the cell being drawn.

public PDFFlowTableCell Cell { get; }

Property Value

PDFFlowTableCell
The cell that is currently drawn on the page.


CellBounds

Gets the cell bounds.

public PDFDisplayRectangle CellBounds { get; internal set; }

Property Value

PDFDisplayRectangle
A rectangle specifying the cell bounds


Page

Gets the page on which the content is being drawn.

public PDFPage Page { get; }

Property Value

PDFPage