Search code examples
progress-barc#-3.0pdfsharppdfdocument

Is there a callback in PDFsharp for progress in Document Save?


Microsoft Windows 7 Professional Service Pack 1 Microsoft Visual Studio 2008 Professional Microsoft .Net Framework Version 3.5 SP1 Microsoft Visual C# 2008 PDFsharp 1.32.2608.0

After I generate a PDF document, I save it. The Save takes a while (the document is rather long). Is there a callback in Document.Save that I can use to display a progress bar for the save process?


Solution

  • No, there is not.

    Rendering is somewhat slow and MigraDoc has a callback for progress bars.

    But saving usually goes so fast that we didn't see a need for a progress bar yet.