DK11 for Delphi | GisTypes.TGIS_ContentType | Enums
Content type types.
// Delphi type TGIS_ContentType = ( Unknown, Gif, Jpg, Png, Png24, Binary );
// C++ Builder enum DECLSPEC_DENUM TGIS_ContentType unsigned short { Unknown, Gif, Jpg, Png, Png24, Binary };
Name | Value | Description | |
---|---|---|---|
Unknown | Unknown content. | ||
Gif | Gif image. | ||
Jpg | Jpg image. | ||
Png | Png image. | ||
Png24 | Png24 image. | ||
Binary | Binary. | ||