Keyoti RapidSpell Silverlight API Docs
InitializeInflate Method (windowBits)
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeInflate(Int32)
Keyoti RapidSpell Silverlight
Initialize the ZlibCodec for inflation, with the specified number of window bits.
Declaration Syntax
C#Visual BasicVisual C++F#
public int InitializeInflate(
	int windowBits
)
Public Function InitializeInflate ( 
	windowBits As Integer
) As Integer
public:
int InitializeInflate(
	int windowBits
)
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)