Keyoti RapidSpell WPF API Docs
EndInflate Method
APIKeyoti.RapidSpell.Compression.WpfZlibCodecEndInflate()()()()
Keyoti RapidSpell WPF
Ends an inflation session.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int EndInflate()
public int EndInflate()
Public Function EndInflate As Integer
Public Function EndInflate As Integer
public:
int EndInflate()
public:
int EndInflate()
member EndInflate : unit -> int 
member EndInflate : unit -> int 
Return Value
Int32
Z_OK if everything goes well.
Remarks
Call this after successively calling Inflate(). This will cause all buffers to be flushed. After calling this you cannot call Inflate() without a intervening call to one of the InitializeInflate() overloads.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214