Keyoti RapidSpell Desktop .NET API Docs
InitializeDeflate Method (level, bits)
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeDeflate(CompressionLevel, Int32)
Keyoti RapidSpell Desktop .NET
Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel, and the specified number of window bits.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int InitializeDeflate(
	CompressionLevel level,
	int bits
)
public int InitializeDeflate(
	CompressionLevel level,
	int bits
)
Public Function InitializeDeflate ( 
	level As CompressionLevel,
	bits As Integer
) As Integer
Public Function InitializeDeflate ( 
	level As CompressionLevel,
	bits As Integer
) As Integer
public:
int InitializeDeflate(
	CompressionLevel level, 
	int bits
)
public:
int InitializeDeflate(
	CompressionLevel level, 
	int bits
)
member InitializeDeflate : 
        level : CompressionLevel * 
        bits : int -> int 
member InitializeDeflate : 
        level : CompressionLevel * 
        bits : int -> int 
Parameters
level (CompressionLevel)
The compression level for the codec.
bits (Int32)
the number of window bits to use. If you don't know what this means, don't use this method.
Return Value
Int32
Z_OK if all goes well.
Remarks
The codec will use the specified number of window bits and the specified CompressionLevel.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412