XFINIUM.PDF Documentation
BeforeCellDraw Event



Xfinium.Pdf.FlowDocument Namespace > PdfFlowTableContent Class : BeforeCellDraw Event
Gets or sets the event that is fired before a cell object is drawn on the page.
Syntax
'Declaration
 
Public Event BeforeCellDraw As EventHandler(Of PdfFlowTableCellDrawEventArgs)
'Usage
 
Dim instance As PdfFlowTableContent
Dim handler As EventHandler(Of PdfFlowTableCellDrawEventArgs)
 
AddHandler instance.BeforeCellDraw, handler
public event EventHandler<PdfFlowTableCellDrawEventArgs> BeforeCellDraw
public:
event EventHandler<PdfFlowTableCellDrawEventArgs^>^ BeforeCellDraw
Event Data

The event handler receives an argument of type PdfFlowTableCellDrawEventArgs containing data related to this event. The following PdfFlowTableCellDrawEventArgs properties provide information specific to this event.

PropertyDescription
Gets the cell being drawn.  
Gets the cell bounds.  
Gets the page on which the content is being drawn.  
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also