Xfinium.Pdf.FlowDocument Namespace > PdfFlowDocument Class : AfterContentDraw Event |
'Declaration
Public Event AfterContentDraw As EventHandler(Of PdfFlowContentDrawEventArgs)
'Usage
Dim instance As PdfFlowDocument Dim handler As EventHandler(Of PdfFlowContentDrawEventArgs) AddHandler instance.AfterContentDraw, handler
public event EventHandler<PdfFlowContentDrawEventArgs> AfterContentDraw
public: event EventHandler<PdfFlowContentDrawEventArgs^>^ AfterContentDraw
The event handler receives an argument of type PdfFlowContentDrawEventArgs containing data related to this event. The following PdfFlowContentDrawEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Content | Gets the content being drawn. |
ContentBounds | Gets the content bounds. |
ContentInnerBounds | Gets the content inner bounds. |
ContentOuterBounds | Gets the content outer bounds. |
Page | Gets the page on which the content is being drawn. |
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library