Enum RasterTileFormat
Specifies the format of the map image.
[Obsolete("This enum is obsoleted, please use GeoImageFormat instead")]
public enum RasterTileFormat
Fields
Jpeg = 1
Specifies the image is in the Joint Photographic Experts Group (JPEG) image format.
Png = 0
Specifies the image is in the W3C Portable Network NativeGraphics (PNG) image format.
Remarks
If the image is overlaid atop other images, use the PNG image format (which can use a transparent background). If you have a low bandwidth network, use the JPEG image format. You can reduce the quality of the JPEG image and make its size smaller.