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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document