The root of the printing elements in Pages.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET