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



Cleans up all data variables and buffers allocated by Start and resets all internal variables to their default settings.

Syntax

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

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also