Leadtools.Codecs Namespace > RasterCodecs Class : StopDecompress Method |
public RasterImage StopDecompress( object decompressContext )
'Declaration Public Function StopDecompress( _ ByVal decompressContext As Object _ ) As RasterImage
'Usage Dim instance As RasterCodecs Dim decompressContext As Object Dim value As RasterImage value = instance.StopDecompress(decompressContext)
public RasterImage StopDecompress( object decompressContext )
function Leadtools.Codecs.RasterCodecs.StopDecompress( decompressContext )
public: RasterImage^ StopDecompress( Object^ decompressContext )
This method will end the decompression process and cleans up all the variables and buffers allocated by the StartDecompress and Decompress(Object,Byte[],Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags).
Call this method after the decompression of the entire image using Decompress(Object,Byte[],Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2