Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

AutoDisposeDocument Property






Indicates whether to automatically dispose the existing object when a new document is set in the viewer.
Syntax
public bool AutoDisposeDocument {get; set;}
'Declaration
 
Public Property AutoDisposeDocument As Boolean
'Usage
 
Dim instance As DocumentViewer
Dim value As Boolean
 
instance.AutoDisposeDocument = value
 
value = instance.AutoDisposeDocument
public:
property bool AutoDisposeDocument {
   bool get();
   void set (    bool value);
}

Property Value

true to automatically dispose the existing object when a new document is set in the viewer; otherwise, false. Default value is true.
Remarks

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 Document object is transferred to this DocumentViewer from the calling application. Document 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 Document class holds resources that need to be returned to the system when it is no longer used.

Requirements

Target Platforms

See Also

Reference

DocumentViewer Class
DocumentViewer Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features