Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper Class / GetZipOutputStreamAndSetCompressLevel Method
stream


In This Topic
    GetZipOutputStreamAndSetCompressLevel Method
    In This Topic
    Gets the zip output stream which has been set its compress level.
    Syntax
    'Declaration
     
    
    Public Shared Function GetZipOutputStreamAndSetCompressLevel( _
       ByVal stream As Stream _
    ) As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
    'Usage
     
    
    Dim stream As Stream
    Dim value As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
     
    value = ZipHelper.GetZipOutputStreamAndSetCompressLevel(stream)
    public static ICSharpCode.SharpZipLib.Zip.ZipOutputStream GetZipOutputStreamAndSetCompressLevel( 
       Stream stream
    )

    Parameters

    stream
    stream

    Return Value

    the instance of ZipOutputStream
    See Also