autoOpenBrowserPrint Property

Summary

Indicates whether to open the browser’s print dialog after DocumentViewer.Print has completed.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'autoOpenBrowserPrint', 
	get: function(), 
	set: function(value) 
) 
autoOpenBrowserPrint: boolean; 

Property Value

true to open the browser’s native print dialog immediately following the conclusion of DocumentViewer.Print; false otherwise. The default value is true.

Remarks

If a user wishes to do further customization of the print data before calling the browser’s print dialog (which hands over control of printing from the application to the browser), AutoOpenBrowserPrint should be false. The user may then call DocumentViewer.OpenBrowserPrint when ready.

For more information, refer to DocumentViewer.Print.

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