←Select platform

StopCompress Method

Summary

Cleans up all data variables and buffers allocated by the JPEG or LEAD CMP compression engine.

Syntax
C#
VB
Objective-C
C++
Java
public void StopCompress() 
Public Sub StopCompress()  
- (void)stopCompress 
public void stopCompress() 
public: 
void StopCompress();  

Remarks

Calling this method will reset all internal variables to their default settings. Call this method after the compression of the entire image using Compress. For a detailed description of when to use this method, refer to StartCompress.

Example

For an example, refer to StartCompress.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly