GeoImageFormat¶
Namespace: ThinkGeo.Core
Specifies the format of the map image.
public enum GeoImageFormat
Inheritance Object → ValueType → Enum → GeoImageFormat
 Implements IComparable, IFormattable, IConvertible
Remarks:
Do set it to png if the image uses transparent background, otherwise you can consider setting it to Jpeg and use JpegQuality accordingly.
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. |