Documents for PDF, .NET Edition Documentation
SavingDocument Event

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : SavingDocument Event
Fires while pages are written to the PDF stream after a call to the Save(Stream,Boolean) method.
Syntax
'Declaration
 
Public Event SavingDocument As System.EventHandler(Of GcPdfDocument.ProgressChangedEventArgs)
public event System.EventHandler<GcPdfDocument.ProgressChangedEventArgs> SavingDocument
Event Data

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

PropertyDescription
Gets the asynchronous task progress percentage.  
Gets a unique user state.  
See Also