←Select platform

Close Method

Summary

Stops any communiction, processing and decoding and then closes the object.

Syntax

C#
VB
C++
public void Close() 
  
Public Sub Close()  
public: 
void Close();  

Remarks

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.

Example

For an example of calling this function at the end of loading an image to free the resources, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly