Cuminas DjVu SDK for .NET Framework
IsDisposing Property (Document)



Determines whether the Document object is currently being disposed or not.
Syntax
Public ReadOnly Property IsDisposing As Boolean
Dim instance As Document
Dim value As Boolean
 
value = instance.IsDisposing
public bool IsDisposing {get;}
public:
property bool IsDisposing {
   bool get();
}

Property Value

true if the Document object is being diposed by any of the current running threads; otherwise false.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback