←Select platform

StopDecompress Method

Summary

Ends the decompression process and cleans up all the variables and buffers allocated.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage StopDecompress( 
   object decompressContext 
) 
Public Function StopDecompress( _ 
   ByVal decompressContext As Object _ 
) As RasterImage 
- (nullable LTRasterImage *)stopDecompress:(NSObject *)decompressContext error:(NSError **)error 
public RasterImage stopDecompress(Object decompressContext) 
public: 
RasterImage^ StopDecompress(  
   Object^ decompressContext 
)  

Parameters

decompressContext
The decompressing context object obtained through StartDecompress.

Return Value

The 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.

Call this method after the decompression of the entire image using Decompress.

Example

For an example, refer to StartDecompress.

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