Skip to content

RasterTileFormat

Namespace: ThinkGeo.Core

Specifies the format of the map image.

public enum RasterTileFormat

Inheritance ObjectValueTypeEnumRasterTileFormat
Implements IComparable, IFormattable, IConvertible

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.

Fields

Name Value Description
Png 0 Specifies the image is in the W3C Portable Network NativeGraphics (PNG) image
format.
Jpeg 1 Specifies the image is in the Joint Photographic Experts Group (JPEG) image
format.