Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
Stop Method
See Also 
Leadtools.ColorConversion Namespace > RasterColorConverter Class : Stop Method




Releases any color conversion engine resources used.

Syntax

Visual Basic (Declaration) 
Public Sub Stop() 
Visual Basic (Usage)Copy Code
Dim instance As RasterColorConverter
 
instance.Stop()
C# 
public void Stop()
Managed Extensions for C++ 
public: void Stop(); 
C++/CLI 
public:
void Stop(); 

Example

For an example, refer to RasterColorConverter.Startup.

Remarks

The color conversion engine resources are initialized by calling the RasterColorConverter.Start method. For each call to RasterColorConverter.Start there must be a call to Stop. This method should be the last Color Conversion method called before calling the Shutdown method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also