Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Shutdown Method






Releases all the data used to start the Color Conversion toolkit.
Syntax
public static void Shutdown()
'Declaration
 
Public Shared Sub Shutdown() 
'Usage
 
RasterColorConverterEngine.Shutdown()

            

            
public:
static void Shutdown(); 
Remarks
This static method must be called when the ColorConversion toolkit is no longer to be used, usually before your application shuts down.
Example
Refer to Startup example.
Requirements

Target Platforms

See Also

Reference

RasterColorConverterEngine Class
RasterColorConverterEngine Members
Startup Method

Error processing SSI file