An array of style elements to be applied when printing.
Object.defineProperty(DocumentPrintData.prototype, 'printStyles',
get: function(),
set: function(value)
)
printStyles: HTMLElement[];
An array of HTMLStyleElement. Not null unless set to null by the user.
In order to improve printing results across multiple browser and device combinations, styles are applied to the document of the parent element in DocumentViewer.OpenBrowserPrint. If the parent
argument is an HTMLIFrameElement, then the styles are applied to the frame’s internal document.
These styles are applied when the brower’s print dialog is opened for printing. The user may add additional styles to PrintStyles to change the styles of the printed document, or remove styles if they wish.
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