| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MetadataType As RasterTagMetadataDataType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterTagMetadataDataType MetadataType {get;} | |
| C++/CLI | |
|---|---|
public: property RasterTagMetadataDataType MetadataType { RasterTagMetadataDataType get(); } | |
Return Value
The tagged data type. Valid values are:
| Value | Meaning |
|---|---|
| RasterTagMetadataDataType.Byte | Byte |
| RasterTagMetadataDataType.Ascii | Byte in the range of 0 to 255 |
| RasterTagMetadataDataType.SByte | Byte used as signed number in the range of -128 to +127 |
| RasterTagMetadataDataType.Undefined | Byte, with application-defined usage |
| RasterTagMetadataDataType.UInt16 | Two bytes, unsigned |
| RasterTagMetadataDataType.Int16 | Two bytes, signed |
| RasterTagMetadataDataType.UInt32 | Four bytes, unsigned |
| RasterTagMetadataDataType.Int32 | Four bytes, signed |
| RasterTagMetadataDataType.Single | Four bytes used as a floating point number |
| RasterTagMetadataDataType.Double | Eight bytes used as a double-precision floating point number |
| RasterTagMetadataDataType.URational | Eight bytes, used as a pair of unsigned long integers, where the first number is the numerator and the second is the denominator of a fraction |
| RasterTagMetadataDataType.Rational | Eight bytes, used as a pair of signed long integers, where the first number is the numerator and the second is the denominator of a fraction |
For an example, refer to RasterCodecs.TagFound.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family