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 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.