Show / Hide Table of Contents

Enum MapServiceImageFormat

The image formats supported by ArcGIS map services or ArcGIS image services.

Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum MapServiceImageFormat

Fields

Name Description
Bmp

BMP.

Default

To use service-defined default image format.

Gif

GIF.

Jpg

JPEG. Supported in both Image Service and Map Service.

JpgPng

JPEG or PNG. Supported in Image Service only.

Note that support for the JpgPng format was added at 10.0. This format returns a JPG if there are no transparent pixels in the requested extent, otherwise it returns a PNG.

Png

PNG. Supported in Map Service only.

Png24

24-bit PNG. Supported in both Image Service and Map Service.

Png32

32-bit PNG. Supported in Image Service and Map Service.

Png8

8-bit PNG. Supported in both Image Service and Map Service.

Tiff

TIFF.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.0 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.1
In This Article
Back to top Copyright © 2022 Esri.