Property Value
Value
Gets or sets a value specifying the quality of image JPEG compression from 0 to 100 (the higher the better). Default value is 95.
[Range(0, 100)]
public int Value { get; set; }
Gets or sets a value specifying the quality of image JPEG compression from 0 to 100 (the higher the better). Default value is 95.
[Range(0, 100)]
public int Value { get; set; }