Keyoti RapidSpell Silverlight API Docs
SetDeflateParams Method (level, strategy)
APIKeyoti.RapidSpell.CompressionZlibCodecSetDeflateParams(CompressionLevel, CompressionStrategy)
Keyoti RapidSpell Silverlight
Set the CompressionStrategy and CompressionLevel for a deflation session.
Declaration Syntax
C#Visual BasicVisual C++F#
public int SetDeflateParams(
	CompressionLevel level,
	CompressionStrategy strategy
)
Public Function SetDeflateParams ( 
	level As CompressionLevel,
	strategy As CompressionStrategy
) As Integer
public:
int SetDeflateParams(
	CompressionLevel level, 
	CompressionStrategy strategy
)
member SetDeflateParams : 
        level : CompressionLevel * 
        strategy : CompressionStrategy -> int 
Parameters
level (CompressionLevel)
the level of compression to use.
strategy (CompressionStrategy)
the strategy to use for compression.
Return Value
Int32
Z_OK if all goes well.

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