Share via


JpgLayer.Quality Property

Definition

Gets or sets the compression quality of the JPEG output. Range is from 0-100 and the default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to