PDFFlowTableCellDrawEventArgs¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Defines the event arguments for flow table cell drawing related events.
Inheritance Object → EventArgs → PDFFlowTableCellDrawEventArgs
Properties¶
Cell¶
Gets the cell being drawn.
Property Value
PDFFlowTableCell
The cell that is currently drawn on the page.
CellBounds¶
Gets the cell bounds.
Property Value
PDFDisplayRectangle
A rectangle specifying the cell bounds
Page¶
Gets the page on which the content is being drawn.
Property Value