Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Export tiles: Download tiles to a local tile cache file stored on the device.
In This Article
Back to top Copyright © 2022 Esri.