XFINIUM.PDF Documentation
PageCompleted Event



Gets or sets the event that is fired when a page has been completed and it can be closed for adding content.
Syntax
'Declaration
 
Public Event PageCompleted As EventHandler(Of PdfFlowPageEventArgs)
'Usage
 
Dim instance As PdfFlowDocument
Dim handler As EventHandler(Of PdfFlowPageEventArgs)
 
AddHandler instance.PageCompleted, handler
public event EventHandler<PdfFlowPageEventArgs> PageCompleted
public:
event EventHandler<PdfFlowPageEventArgs^>^ PageCompleted
Event Data

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

PropertyDescription
Page Gets the page that has been created.  
Requirements

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


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

Reference

PdfFlowDocument Class
PdfFlowDocument Members

Send Feedback