.. _doxcsid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field: GeoTiffField Struct ~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` The description of a GeoTIFF field :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public struct GeoTiffField .. _csdetails-struct_p1_1_1_image_sdk_1_1_geo_tiff_field: Remarks ^^^^^^^ The description of a GeoTIFF field Members ^^^^^^^ .. toctree:: :hidden: key valueType value stringValue doubleArrayValue shortArrayValue .. list-table:: :widths: 30 70 * - :ref:`key ` - The key of the GeoTIFF Field * - :ref:`valueType ` - The value type of the GeoTIFF Field * - :ref:`value ` - In case the value type is GeoTiffValueTypeShort with a single value, the value should be stored in this property * - :ref:`stringValue ` - In case the value type is GeoTiffValueTypeASCII, the value should be stored in this property * - :ref:`doubleArrayValue ` - In case the value type is GeoTiffValueTypeDouble, the value should be stored in this property * - :ref:`shortArrayValue ` - In case the value type is GeoTiffValueTypeShort with multiple values, the value should be stored in this property