共用方式為


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。

適用於