Visual Basic (Declaration) | |
---|---|
Public Function StopDecompress( _ ByVal decompressContext As Object _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImage StopDecompress( object decompressContext ) |
C++/CLI | |
---|---|
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.For an example, refer to StartDecompress.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family