C1.C1Pdf Namespace / C1PdfDocumentBase Class / SavingDocument Event

SavingDocument Event (C1PdfDocumentBase)
Fires while pages are written to the PDF stream after a call to the Save(Stream) method.
Syntax
'Declaration
 
Public Event SavingDocument As ProgressChangedEventHandler
 
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