LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StopCompress Method

Show in webframe







Cleans up all data variables and buffers allocated by the JPEG or LEAD CMP compression engine.
Syntax
public void StopCompress()
'Declaration
 
Public Sub StopCompress() 
'Usage
 
Dim instance As RasterCodecs
 
instance.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(Byte[],Int32). For a detailed description of when to use this method, refer to StartCompress(Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,Int32,Byte[],Int32,Int32,CodecsCompression,CodecsCompressDataCallback).
Example
For an example, refer to StartCompress(Int32,Int32,Int32,RasterByteOrder,RasterViewPerspective,Int32,Byte[],Int32,Int32,CodecsCompression,CodecsCompressDataCallback).
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Compressing and Decompressing Buffers
Speeding Up 1-Bit Documents

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.