Decompress Method (CodecGlobal)
In This Topic
Experimental independent decompression method
Syntax
'Declaration
Public Shared Sub Decompress( _
ByVal As System.IO.Stream, _
ByVal As System.Array, _
ByVal As System.Drawing.Size, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String _
)
public static void Decompress(
System.IO.Stream ,
System.Array ,
System.Drawing.Size ,
System.int ,
System.int ,
System.string
)
Parameters
- CompressedData
- The data to be decompressed
- DestinationData
- The destination to put the decompressed data into.
- Size
- Size of the image
- Bits
- Bit depth
- Planes
- 1 for monochrome, or 3 for colour
- TransferSyntax
- This indicates the decopmression metho to use
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also