ZLibCompressionOptions.CompressionLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定壓縮數據流的壓縮層級。
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。