Skip to main content
A newer version of this page is available. .

OfficeImage.Dispose() Method

Releases all resources used by this object.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v18.2.Core.dll

Declaration

public void Dispose()

Remarks

Call Dispose when you are finished using the OfficeImage instance. The Dispose method allows the resources used by this object to be reallocated for other purposes and leaves the object in an unusable state.

See Also