Skip to main content

OfficeImage.Dispose() Method

Releases all resources used by this object.

Namespace: DevExpress.Office.Utils

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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