DocumentPrintData.prototype.buildPrintRoot = function()
buildPrintRoot(): void;
When DocumentViewer.Print has successfully completed, Pages will contain an array of all the pages that have been processed. BuildPrintRoot is called to loop through these pages and append them to a new parent HTMLDivElement that will then be set to Root.
if PrintDocumentOptions.UseViewportLayout is true, BuildViewportImage is called internally and the single HTMLImageElement of ViewportImage is appended to Root instead of individual page elements.
If the DocumentPrintPageData.Action for a page specifies DocumentPrintPageAction.Remove, then the page is ignored and not appended to Root. The page data will also not be added if the DocumentPrintPageData.PageElement is null.
As page elements are added to the Root, they are given special classes and stylings which, when combined with PrintStyles, will render them on the screen in the correct size and position for the browser print dialog when DocumentViewer.OpenBrowserPrint is called.
If the user sets PrintDocumentOptions.AutoOpenBrowserPrint to false in order to change the pages data, the user will need to call BuildPrintRoot themselves to create the Root to be printed.
For more information, refer to DocumentViewer.Print.
History
BuildPrintRoot now calls BuildViewportImage internally when PrintDocumentOptions.UseViewportLayout is true.
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