Keyoti RapidSpell Silverlight API Docs
InitializeDeflate Method (level)
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeDeflate(CompressionLevel)
Keyoti RapidSpell Silverlight
Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel.
Declaration Syntax
C#Visual BasicVisual C++
public int InitializeDeflate(
	CompressionLevel level
)
Public Function InitializeDeflate ( _
	level As CompressionLevel _
) As Integer
public:
int InitializeDeflate(
	CompressionLevel level
)
Parameters
level (CompressionLevel)
The compression level for the codec.
Return Value
Z_OK if all goes well.
Remarks
The codec will use the maximum window bits (15) and the specified CompressionLevel. It will emit a ZLIB stream as it compresses.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight) Version: 2.0.12.706 (2.0.12.706)