.. _doxcsid-struct_p1_1_1_image_sdk_1_1_tag_id: TagId Struct ~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` A reference to a meta data tag id in IIQ raw files :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public struct TagId : IEquatable< TagId > .. _csdetails-struct_p1_1_1_image_sdk_1_1_tag_id: Remarks ^^^^^^^ A reference to a meta data tag id in IIQ raw files This struct defines 3 tag properties: Type, Id and Category: :ref:`ImageTagType ` specifies what kind of data standard the tag is taken from: Tiff, Exif or Phase One proprietary. *Id* defines the tag number, as defined in either Tiff or Exif standards. (Or a Phase One proprietary id.) :ref:`ImageTagCategory ` specifies in what part of the image container to look for themeta data tag. The image container file, might contain thumbnail, previews or even multiple full images. The *category* defines that we want a tag related to, say the preview, and not the full image. Constructors ^^^^^^^^^^^^ .. toctree:: :hidden: TagId .. list-table:: :widths: 30 70 * - :ref:`TagId(TagType type, int id, ImageTagCategory where=ImageTagCategory.Any) ` - Properties ^^^^^^^^^^ .. toctree:: :hidden: Type Id Category .. list-table:: :widths: 30 70 * - :ref:`Type ` - * - :ref:`Id ` - * - :ref:`Category ` - Methods ^^^^^^^ .. toctree:: :hidden: Equals .. list-table:: :widths: 33 67 * - :ref:`Equals(TagId other) ` -