Indicates whether to automatically dispose the existing object when a new document is set in the viewer.
Object.defineProperty(DocumentViewer.prototype, 'autoDisposeDocument',
get: function(),
set: function(value)
)
autoDisposeDocument: boolean;
true to automatically dispose the existing object when a new document is set in the viewer; otherwise, false. Default value is true.
When the value of the AutoDisposeDocument is set to true, the document viewer will call the Document.Dispose method on the existing document if it exist before replacing it with the new object or when the document viewer itself is disposed. In other, when SetDocument is called, the ownership of the LEADDocument object is transferred to this DocumentViewer from the calling application. LEADDocument will be kept inside the viewer until it is no longer needed (when a new document is set, or when the viewer is no longer used).
The LEADDocument class holds resources that need to be returned to the system when it is no longer used.
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