dispose Method

Summary

Disposes the elements and data for this printing page.

Syntax

JavaScript Syntax
DocumentPrintPageData.prototype.dispose = function() 
TypeScript Syntax
dispose(): void; 

Remarks

By default, PrintDocumentOptions.AutoDispose is true, dictating that the most recent DocumentPrintData will be disposed with DocumentPrintData.Dispose when a new DocumentViewer.Print begins. This disposal will also call Dispose for each page.

It is important to dispose the page elements when using PrintDocumentOptions.UsePDFClientRendering, as Blob URLs may be used for the image data and not revoking them could cause memory leaks.

All properties of DocumentPrintPageData are get and set, so PageElement and AnnotationsElement can be set to null to avoid disposal if the user intends to reuse them.

For more information, refer to DocumentViewer.Print.

History

19.0.0.48
Added
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly