Object.defineProperty(DocumentPrintData.prototype, 'root',
get: function(),
set: function(value)
)
root: HTMLElement;
An HTMLElement created in BuildPrintRoot that holds the print pages from Pages. null until BuildPrintRoot is called.
When DocumentViewer.Print is completed successfully, BuildPrintRoot is run to take the page and annotations elements from DocumentPrintPageData and append them into the structure to be printed.
When PrintDocumentOptions.AutoOpenBrowserPrint is true, this Root is passed as the second argument to DocumentViewer.OpenBrowserPrint. The user may make changes to the DocumentPrintData and DocumentPrintPageData and then rebuild the Root element by calling BuildPrintRoot.
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