Keyoti RapidSpell Desktop .NET API Docs
InitializeInflate Method (windowBits)
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeInflate(Int32)
Keyoti RapidSpell Desktop .NET
Initialize the ZlibCodec for inflation, with the specified number of window bits.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int InitializeInflate(
	int windowBits
)
public int InitializeInflate(
	int windowBits
)
Public Function InitializeInflate ( 
	windowBits As Integer
) As Integer
Public Function InitializeInflate ( 
	windowBits As Integer
) As Integer
public:
int InitializeInflate(
	int windowBits
)
public:
int InitializeInflate(
	int windowBits
)
member InitializeInflate : 
        windowBits : int -> int 
member InitializeInflate : 
        windowBits : int -> int 
Parameters
windowBits (Int32)
The number of window bits to use. If you need to ask what that is, then you shouldn't be calling this initializer.
Return Value
Int32
Z_OK if all goes well.

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