Indicates whether to open the browser’s print dialog after DocumentViewer.Print has completed.
Object.defineProperty(PrintDocumentOptions.prototype, 'autoOpenBrowserPrint',
get: function(),
set: function(value)
)
autoOpenBrowserPrint: boolean;
true to open the browser’s native print dialog immediately following the conclusion of DocumentViewer.Print; false otherwise. The default value is true.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET