Dispose the object.

Namespace: Dynamsoft.DotNet.TWAIN.Filters
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public void Dispose()
Visual Basic
Public Sub Dispose

Implements

IDisposable..::..Dispose()()()()

Remarks

Frees unmanaged resources used by the object. The object becomes unusable after that.

Note NoteThe method needs to be called only in the case if unmanaged image was allocated using [!:Create] method. In the case if the class instance was created using constructor, this method does not free unmanaged memory.

See Also