Ends the decompression process and cleans up all the variables and buffers allocated.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterCodecs
Dim decompressContext As Object
Dim value As RasterImage
value = instance.StopDecompress(decompressContext)
|
Parameters
- decompressContext
- The decompressing context object obtained through StartDecompress.
Return Value
The
RasterImage object created from decompressing the input image data.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also