The HTMLElement to be used in printing the page.
Object.defineProperty(DocumentPrintPageData.prototype, 'pageElement',
get: function(),
set: function(value)
)
pageElement: HTMLElement;
An HTMLElement for the image data of this printed page, or null if no data exists.
As DocumentViewer.Print prepares pages for printing, PageElement is set to the image data (often as an HTMLImageElement) that will be styled and sized appropriately when the browser print dialog is opened.
DocumentPrintData.BuildPrintRoot is called after DocumentViewer.Print completes to assemble PageElement and AnnotationsElement under a common parent, which then is appended to a new DocumentPrintData.Root.
When printing, styles will force AnnotationsElement to be presented over the top of PageElement. Action can control whether DocumentViewer.Print will get the image data or if the user can provide it instead.
For more information, refer to DocumentViewer.Print and DocumentViewer.OpenBrowserPrint.
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