![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsEnumGeoKeysEventArgs Class : MetadataType Property |
The type of the GeoKey This indicates whether the data pointed to by Buffer is SHORT, DOUBLE or ASCII. Possible values are:
Value | Meaning |
---|---|
RasterTagMetadataDataType.Int16 | Two bytes, unsigned. |
RasterTagMetadataDataType.Double | Eight bytes used as a double-precision floating-point number |
RasterTagMetadataDataType.Ascii | Byte in the range of 0 to 255. Null-terminated |
You can also construct a new RasterTagMetadata object from the data stored in this CodecsEnumGeoKeysEventArgs using the ToRasterTagMetadata method.