[]
        
(Showing Draft Content)

C1.Win.Document.C1Image.Dispose

Dispose Method

Dispose()

Cleans up C1Image instance.

Declaration
public void Dispose()
Public Sub Dispose()
Implements

Dispose(bool)

Releases the unmanaged resources used by the C1Image and optionally releases the managed resources.

Declaration
protected virtual void Dispose(bool disposing)
Protected Overridable Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

True to release both managed and unmanaged resources; false to release only unmanaged resources.