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

Show in webframe

Stop Method






Releases any color conversion engine resources used.
Syntax
public void Stop()
'Declaration
 
Public Sub Stop() 
'Usage
 
Dim instance As RasterColorConverterEngine
 
instance.Stop()

            

            
public:
void Stop(); 
Remarks
The color conversion engine resources are initialized by calling the Start method. For each call to Start there must be a call to Stop. This method should be the last Color Conversion method called before calling the Shutdown method.
Example
For an example, refer to Startup.
Requirements

Target Platforms

See Also

Reference

RasterColorConverterEngine Class
RasterColorConverterEngine Members
ConvertDirect
ConvertDirect
ConvertDirect
ConvertDirect
Start Method
SetParameters Method
Convert
Convert
ConvertToImage
ConvertToImage

Error processing SSI file