User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_contenttype

Table of Contents

TGIS_ContentType enum

DK11 for Delphi | GisTypes.TGIS_ContentType | Enums

Content type types.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
};

Members

Name Value Description
Unknown Unknown content.
Gif Gif image.
Jpg Jpg image.
Png Png image.
Png24 Png24 image.
Binary Binary.

2022/11/30 19:19

Page Tools