Set the CompressionStrategy and CompressionLevel for a deflation session.
| C# | Visual Basic | Visual 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
- level (CompressionLevel)
- the level of compression to use.
- strategy (CompressionStrategy)
- the strategy to use for compression.
Int32
Z_OK if all goes well.
Z_OK if all goes well.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)