Holds the progress information for the print operation.
Object.defineProperty(DocumentPrintData.prototype, 'progress',
get: function(),
set: function(value)
)
progress: DocumentViewerPrintProgress;
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document