Dispose

EditableDocument.Dispose method

Disposes this Editable document instance, disposing its content and making its methods and properties non-working

public void Dispose()

Remarks

After 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