Property JpegCompressionQuality
JpegCompressionQuality
Gets or sets the JPEG compression quality to use when building pyramids.
Declaration
public int JpegCompressionQuality { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The JPEG compression quality to use when building pyramids. |
Remarks
This value is used only when CompressionType is Jpeg or JpegYCbCr.
Valid values range from 1 to 100. Higher values preserve more visual detail but typically produce larger pyramid files (.ovr). No error or exception is thrown if a value outside this range is provided. When pyramids are built, values above 100 are clamped to 100, and values below 1 use the default value.
The default value is 75.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |