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 )
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.
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