Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Dispose() Method








Releases all resources used by this RasterImage.
Syntax
public void Dispose()
public void Close()
//In WinRT the IDisposable interface is replaced by IClosable and Close() is used instead if Dispose()
public void dispose()
 function Leadtools.RasterImage.Dispose()()
public:
void Dispose(); 
'Declaration
 
Public Overloads Sub Dispose() 
 
'Usage
 
Dim instance As RasterImage
 
instance.Dispose()
Remarks

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.

Example
For an example, refer to RasterImage.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members
Overload List

Error processing SSI file