LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StopDecompress Method

Show in webframe







The decompressing context object obtained through StartDecompress.
Ends the decompression process and cleans up all the variables and buffers allocated.
Syntax
public RasterImage StopDecompress( 
   object decompressContext
)
'Declaration
 
Public Function StopDecompress( _
   ByVal decompressContext As Object _
) As RasterImage
'Usage
 
Dim instance As RasterCodecs
Dim decompressContext As Object
Dim value As RasterImage
 
value = instance.StopDecompress(decompressContext)
public RasterImage StopDecompress( 
   object decompressContext
)
-(LTRasterImage*)stopDecompress:(NSObject*)decompressContext error:(NSError**)outError;
public RasterImage stopDecompress(Object decompressContext)
 function Leadtools.Codecs.RasterCodecs.StopDecompress( 
   decompressContext 
)
public:
RasterImage^ StopDecompress( 
   Object^ decompressContext
) 

Parameters

decompressContext
The decompressing context object obtained through StartDecompress.

Return Value

The Leadtools.RasterImage object created from decompressing the input image data.
Remarks

This method will end the decompression process and cleans up all the variables and buffers allocated by the StartDecompress and Decompress(Object,Byte[],Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags).

Call this method after the decompression of the entire image using Decompress(Object,Byte[],Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags).

Example
For an example, refer to StartDecompress.
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.