EditableDocumentIsDisposed Property |
Determines whether this Editable document was already disposed (true) or not (false)
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.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