Leadtools.Codecs Namespace > RasterCodecs Class > DecodeAbic Method : DecodeAbic(RasterNativeBuffer,Int32,Int32,Int32,Boolean) Method |
public RasterNativeBuffer DecodeAbic( RasterNativeBuffer inputData, int align, int width, int height, bool biLevel )
'Declaration Public Overloads Function DecodeAbic( _ ByVal inputData As RasterNativeBuffer, _ ByVal align As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal biLevel As Boolean _ ) As RasterNativeBuffer
'Usage Dim instance As RasterCodecs Dim inputData As RasterNativeBuffer Dim align As Integer Dim width As Integer Dim height As Integer Dim biLevel As Boolean Dim value As RasterNativeBuffer value = instance.DecodeAbic(inputData, align, width, height, biLevel)
public RasterNativeBuffer DecodeAbic( RasterNativeBuffer inputData, int align, int width, int height, bool biLevel )
public RasterNativeBuffer decodeAbic(RasterNativeBuffer inputData, int align, int width, int height, boolean biLevel)
Call this method to decompress the input 1-bit bi-level or 4-bit grayscale ABIC data.
Use EncodeAbic(Byte[],Int32,Int32,Int32,Boolean) to encode ABIC data.