A TIFF tag type
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public enum IETagType
Public Enumeration IETagType
public enum class IETagType
 Members
Members
| Member | Value | Description | 
|---|---|---|
| Unknown | 0 | 
            Invalid value
             | 
| Byte | 1 | 
            8 bit unsigned
             | 
| Ascii | 2 | 
            Ascii string (8 bit per character)
             | 
| Short | 3 | 
            16 bit unsigned
             | 
| Long | 4 | 
            32 bit unsigned
             | 
| Rational | 5 | 
            64 bit floating point, unsigned
             | 
| SByte | 6 | 
            8 bit signed
             | 
| Undefined | 7 | 
            raw data (or byte array)
             | 
| SShort | 8 | 
            16 bit signed
             | 
| SLong | 9 | 
            32 bit signed
             | 
| SRational | 10 | 
            64 bit floating point, signed
             | 
| Float | 11 | 
            single precision (32 bit) IEEE format
             | 
| Double | 12 | 
            double precision (64 bit) IEEE format
             | 


























