Zip for WPF and Silverlight
C1.C1Zip.ZLib Namespace / ZStream Class / deflateParams Method
Compression level between zero and nine (0-9).
Compression strategy (0-2).

In This Topic
    deflateParams Method (ZStream)
    In This Topic
    Dynamically updates the compression level and compression strategy.
    Syntax
    'Declaration
     
    
    Public Function deflateParams( _
       ByVal level As Integer, _
       ByVal strategy As Integer _
    ) As Integer
    public int deflateParams( 
       int level,
       int strategy
    )

    Parameters

    level
    Compression level between zero and nine (0-9).
    strategy
    Compression strategy (0-2).
    See Also