Keyoti RapidSpell WPF API Docs
InitializeInflate Method (windowBits)
APIKeyoti.RapidSpell.Compression.WpfZlibCodecInitializeInflate(Int32)
Keyoti RapidSpell WPF
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214