Property CompressionQuality
CompressionQuality
Gets or sets the compression quality. If the compression quality is not set, System.Double.NaN is returned.
Declaration
public double CompressionQuality { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The compression quality. If the compression quality is not set, System.Double.NaN is returned. |
Remarks
Compression quality is a value from 0
to 100
or System.Double.NaN. A lower number reduces the size of the exported tile package, but reduces
the quality. This applies to JPEG format tiles. If the value is NaN
the service will use its default compression quality.
The default compression value for the service is accessible on the services metadata under CompressionQuality.
The default value for this property is System.Double.NaN.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Export tiles: Download tiles to a local tile cache file stored on the device.