'Declaration Public Enum TiffTagDataType Inherits System.Enum
public enum TiffTagDataType : System.Enum
__value public enum TiffTagDataType : public System.Enum
public enum class TiffTagDataType : public System.Enum
'Declaration Public Enum TiffTagDataType Inherits System.Enum
public enum TiffTagDataType : System.Enum
__value public enum TiffTagDataType : public System.Enum
public enum class TiffTagDataType : public System.Enum
| Member | Description |
|---|---|
| Byte | 8-bit unsigned integer. |
| Ascii | 8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero). |
| Short | 16-bit (2-byte) unsigned integer. |
| Long | 32-bit (4-byte) unsigned integer. |
| Rational | Two LONGs: the first represents the numerator of a fraction; the second, the denominator. |
| SByte | An 8-bit signed (twos-complement) integer. |
| Undefined | An 8-bit byte that may contain anything, depending on the definition of the field. |
| SShort | A 16-bit (2-byte) signed (twos-complement) integer. |
| SLong | A 32-bit (4-byte) signed (twos-complement) integer. |
| SRational | Two SLONG's: the first represents the numerator of a fraction, the second the denominator. |
| Float | Single precision (4-byte) IEEE format. |
| Double | Double precision (8-byte) IEEE format. |
| IFD | Image File Directory. |
| Long8 | 64-bit (8-byte) unsigned integer. |
| SLong8 | A 64-bit (8-byte) signed integer. |
| IFD8 | Image File Directory (64-bit). |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTagDataType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5