Disposes the data and elements used for the DocumentViewer.Print operation.
DocumentPrintData.prototype.dispose = function()
dispose(): void;
Dispose will clean up the data in DocumentPrintData and is called automatically when DocumentViewer.Print is called again (provided this DocumentPrintData used PrintDocumentOptions.AutoDispose).
Dispose loops through each of the DocumentPrintPageData in Pages and calls DocumentPrintPageData.Dispose, removes any styles in PrintStyles from their parent, and removes the Root from the document.
It is important to call Dispose before unloading the webpage to prevent memory leaks, particularly when using PrintDocumentOptions.UsePDFClientRendering, as these elements may make use of Blob URLs.
Dispose is also called for the most recently completed DocumentViewer.Print's DocumentPrintData when DocumentViewer.Dispose is called.
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