progress Property

Summary

Holds the progress information for the print operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPrintData.prototype, 'progress', 
	get: function(), 
	set: function(value) 
) 

Property Value

An instance of DocumentViewerPrintProgress indicating how many of the total print pages have been prepared.

Remarks

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

19.0.0.48
Added
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.