CROTiffTagType
This type definition specifies the data types of the various Tiff tags.
Type | Description |
---|---|
CROTiffTagASCII |
Tag is of type ASCII |
CROTiffTagByte |
Tag is of type Byte |
CROTiffTagDouble |
Tag is of type Double |
CROTiffTagFloat |
Tag is of type Float |
CROTiffTagLong |
Tag is of type Long |
CROTiffTagRational |
Tag is of type Rational |
CROTiffTagSByte |
Tag is of type Signed Byte |
CROTiffTagShort |
Tag is of type Short |
CROTiffTagSLong |
Tag is of type Signed Long |
CROTiffTagSRational |
Tag is of type Signed Rational |
CROTiffTagSShort |
Tag is of type Signed Short |
CROTiffTagUndefined |
Tag type is Undefined |
CROTiffTagUnicode |
Tag is of type Unicode |