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 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
)
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.
For an example, refer to StartDecompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET