XFINIUM.PDF Documentation
PageCreated Event



Xfinium.Pdf.FlowDocument Namespace > PdfFlowDocument Class : PageCreated Event
Gets or sets the event that is fired when a new page has been created.
Syntax
'Declaration
 
Public Event PageCreated As EventHandler(Of PdfFlowPageCreatedEventArgs)
'Usage
 
Dim instance As PdfFlowDocument
Dim handler As EventHandler(Of PdfFlowPageCreatedEventArgs)
 
AddHandler instance.PageCreated, handler
Event Data

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.

PropertyDescription
Gets the page that has been created. (Inherited from Xfinium.Pdf.FlowDocument.PdfFlowPageEventArgs)
Gets the default initialization values for the page.  
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