The Close Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Stops any communiction, processing and decoding and then closes the object.Visual Basic (Declaration) | |
---|---|
Public Sub Close() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer instance.Close() |
C# | |
---|---|
public void Close() |
C++/CLI | |
---|---|
public: void Close(); |
This example calls this function at the end of loading an image to free the resources. For an example, refer to JpipRasterImageViewer.
The cache file will be saved when this function is called.
Use this function to stop the JpipRasterImageViewer object while it is loading or decoding.
Call this function when one is through using the JpipRasterImageViewer in order to free the resources.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7