Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SavingDocument Event

In This Topic
    SavingDocument Event
    In This Topic
    Occurs periodically when the document is being saved or exported. Can be used to implement a progress indicator.
    Syntax
    'Declaration
     
    Public Event SavingDocument As LongOperationEventHandler
    public event LongOperationEventHandler SavingDocument
    See Also