Keyoti RapidSpell Desktop .NET API Docs
InitializeInflate Method
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeInflate()()()()
Keyoti RapidSpell Desktop .NET
Initialize the inflation state.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int InitializeInflate()
public int InitializeInflate()
Public Function InitializeInflate As Integer
Public Function InitializeInflate As Integer
public:
int InitializeInflate()
public:
int InitializeInflate()
member InitializeInflate : unit -> int 
member InitializeInflate : unit -> int 
Return Value
Int32
Z_OK if everything goes well.
Remarks
It is not necessary to call this before using the ZlibCodec to inflate data; It is implicitly called when you call the constructor.

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