Overload | Description |
---|---|
Decompress(Object,Byte[],Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags) | Called for each buffer, strip or tile of decompressed data. |
Decompress(Object,IntPtr,Int32,Int32,Int32,Int32,Int32,Int32,CodecsDecompressDataFlags) | Called for each unmanaged memory buffer, strip or tile of decompressed data. |
For an example, refer to StartDecompress.
Note that you must call the StartDecompress method before using this method, and you must call the StopDecompress method to end the decompression process.
If data does not point to a full tile or strip, set flags to CodecsDecompressDataFlags.Start when the tile/strip begins and set it to CodecsDecompressDataFlags.End when the tile/strip ends.
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