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++F#
public int InitializeDeflate(
	CompressionLevel level
)
Public Function InitializeDeflate ( 
	level As CompressionLevel
) As Integer
public:
int InitializeDeflate(
	CompressionLevel level
)
member InitializeDeflate : 
        level : CompressionLevel -> int 
Parameters
level (CompressionLevel)
The compression level for the codec.
Return Value
Int32
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.dll) Version: 2.0.12.706 (2.0.12.706)