EditorIsDisposed Property |
Indicates whether this Editor instance was already disposed and cannot be used anymore (true) or it was not disposed yet and thus is active (false)
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.1.1.0
Syntaxpublic bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
Get
public:
virtual property bool IsDisposed {
bool get () sealed;
}
abstract IsDisposed : bool with get
override IsDisposed : bool with get
Property Value
Type:
BooleanImplements
IAuxDisposableIsDisposed
See Also