ComponentOne PDF for WPF and Silverlight
SavingDocument Event (C1PdfDocumentBase)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > C1PdfDocumentBase Class : SavingDocument Event
Fires while pages are written to the PDF stream after a call to the Save(Stream) method.
Syntax
'Declaration
 
Public Event SavingDocument As ProgressChangedEventHandler
public event ProgressChangedEventHandler SavingDocument
Event Data

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

PropertyDescription
 
 
See Also