LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

StopCompress Method






Cleans up all data variables and buffers allocated by the JPEG or LEAD CMP compression engine. .NET support WinRT support
Syntax
public void StopCompress()
'Declaration
 
Public Sub StopCompress() 
'Usage
 
Dim instance As RasterCodecs
 
instance.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.