Sets default compression level. The new level will be activated immediately.
[Visual Basic]
Public Sub SetLevel( _
   ByVal level As Integer _
)
[C#]
public void SetLevel(
   int level
);
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentOutOfRangeException | if level is not supported. |
See Also
ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace