ZLibCompressionOptions.CompressionLevel 属性

定义

获取或设置压缩流的压缩级别。

public:
 property int CompressionLevel { int get(); void set(int value); };
public int CompressionLevel { get; set; }
member this.CompressionLevel : int with get, set
Public Property CompressionLevel As Integer

属性值

压缩流的压缩级别。 默认值为 -1。

例外

该值小于 -1 或大于 9。

注解

可以接受 -1 和 9 之间的任何值(含)。 0 不提供压缩,1 提供最佳速度,9 提供最佳压缩,

-1 请求默认压缩级别,相当于 6。

适用于