\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip.ZLib Namespace / ZStream Class / deflateInit Method / deflateInit(Int32,Int32) Method

In This Topic
    deflateInit(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function deflateInit( _
       ByVal level As System.Integer, _
       ByVal bits As System.Integer _
    ) As System.Integer
    public System.int deflateInit( 
       System.int level,
       System.int bits
    )

    Parameters

    level
    bits
    See Also