Holds the progress information for the print operation.
Object.defineProperty(DocumentPrintData.prototype, 'progress',
get: function(),
set: function(value)
)
progress: PrintDocumentprogress;
An instance of DocumentViewerPrintProgress indicating how many of the total print pages have been prepared.
As DocumentViewer.Print prepares pages (either by loading from the service or rendering on the client with PrintDocumentOptions.UsePDFClientRendering), DocumentViewer.Operation will send out events for DocumentViewerOperation.PrintPages to update the application on its progress.
When DocumentViewerOperationEventArgs.IsPostOperation is true, a page has been prepared and Progress will contain a new instance of DocumentViewerPrintProgress with DocumentViewerPrintProgress.PagesCompleted updated.
For more information, refer to DocumentViewer.Print.
History
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET