ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / SavingDocument Event

In This Topic
    SavingDocument Event (C1PdfDocument)
    In This Topic
    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