DocumentPrintData Object

Summary

Data from a DocumentViewer.Print operation.

Syntax
TypeScript
JavaScript
function lt.Document.Viewer.DocumentPrintData 
class lt.Document.Viewer.DocumentPrintData() 

Remarks

DocumentViewer.Print is an asynchronous operation that returns a JQuery Promise to a DocumentPrintData instance. This data contains the original PrintDocumentOptions, as well as all the pages that will be printed and their DocumentPrintPageData.

If a user intends to not make changes to the printed pages before calling the system print dialog (either with PrintDocumentOptions.AutoOpenBrowserPrint or DocumentViewer.OpenBrowserPrint), there is no reason to modify this data. Otherwise, this data allows the user more control over what their printed items will look like when rendered in the browser and on the printer. See DocumentViewer.Print for more information.

History

19.0.0.48
Added

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly