Ends the decompression process and cleans up all the variables and buffers allocated.
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
)
decompressContext
The decompressing context object obtained through StartDecompress.
The RasterImage object created from decompressing the input image data.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document