←Select platform

StopCompress Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void StopCompress() 
Public Sub StopCompress()  
public void StopCompress() 
- (void)stopCompress 
public void stopCompress() 
 function Leadtools.Codecs.RasterCodecs.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly