Releases all resources used by this RasterImage.
public void Dispose()
Public Overloads Sub Dispose()
public void Dispose()
public void dispose()
function Leadtools.RasterImage.Dispose()()
public:
void Dispose();
The RasterImage class implements the IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the RasterImage class. For more information, refer to the IDisposable interface documentation in MSDN, the IsDisposed property and the RasterImage.Disposed event.
For an example, refer to RasterImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET