Disposes this instance of Editor, so that it releases all internal resources and becomes unavailable for further usage
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
RemarksAfter this method was invoked, calling all other methods of this instance will throw an ObjectDisposedException. It is safe to call this method multiple times — all subsequent calls are ignored.
See Also