←Select platform

StopDecompress Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage StopDecompress( 
   object decompressContext 
) 
Public Function StopDecompress( _ 
   ByVal decompressContext As Object _ 
) As Leadtools.RasterImage 
public Leadtools.RasterImage StopDecompress(  
   object decompressContext 
) 
- (nullable LTRasterImage *)stopDecompress:(NSObject *)decompressContext error:(NSError **)error 
public RasterImage stopDecompress(Object decompressContext) 
 function Leadtools.Codecs.RasterCodecs.StopDecompress(  
   decompressContext  
) 
public: 
Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly