Xfinium.Pdf.FlowDocument Namespace > PdfFlowDocument Class : PageCreated Event |
'Declaration
Public Event PageCreated As EventHandler(Of PdfFlowPageCreatedEventArgs)
'Usage
Dim instance As PdfFlowDocument Dim handler As EventHandler(Of PdfFlowPageCreatedEventArgs) AddHandler instance.PageCreated, handler
public event EventHandler<PdfFlowPageCreatedEventArgs> PageCreated
public: event EventHandler<PdfFlowPageCreatedEventArgs^>^ PageCreated
The event handler receives an argument of type PdfFlowPageCreatedEventArgs containing data related to this event. The following PdfFlowPageCreatedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Page | Gets the page that has been created. (Inherited from Xfinium.Pdf.FlowDocument.PdfFlowPageEventArgs) |
PageDefaults | Gets the default initialization values for the page. |
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