PDF for UWP | ComponentOne
C1.Xaml.Pdf 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
    Event Data

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

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