Keyoti RapidSpell WPF API Docs
InitializeDeflate Method (level)
APIKeyoti.RapidSpell.Compression.WpfZlibCodecInitializeDeflate(CompressionLevel)
Keyoti RapidSpell WPF
Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int InitializeDeflate(
	CompressionLevel level
)
public int InitializeDeflate(
	CompressionLevel level
)
Public Function InitializeDeflate ( 
	level As CompressionLevel
) As Integer
Public Function InitializeDeflate ( 
	level As CompressionLevel
) As Integer
public:
int InitializeDeflate(
	CompressionLevel level
)
public:
int InitializeDeflate(
	CompressionLevel level
)
member InitializeDeflate : 
        level : CompressionLevel -> int 
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214