JpgLayer.Quality プロパティ

定義

JPEG 出力の圧縮品質を取得または設定します。 範囲は 0 ~ 100 で、既定値は 70 です。

[Newtonsoft.Json.JsonProperty(PropertyName="quality")]
public int? Quality { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="quality")>]
member this.Quality : Nullable<int> with get, set
Public Property Quality As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象