Keyoti RapidSpell Desktop .NET API Docs
InitializeDeflate Method (level)
APIKeyoti.RapidSpell.CompressionZlibCodecInitializeDeflate(CompressionLevel)
Keyoti RapidSpell Desktop .NET
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412