.. index:: pair: class; P1::ImageSdk::ImageTag .. _doxid-class_p1_1_1_image_sdk_1_1_image_tag: class P1::ImageSdk::ImageTag ============================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ImageTag { public: // methods :ref:`TagId` :target:`Id`() const; TiffTagType :target:`Type`() const; uint32_t :target:`Count`() const; uint32_t :target:`Bytes`() const; uint32_t :target:`Value`() const; std::shared_ptr :target:`Data`(std::allocator alloc = std::allocator()) const; std::string :target:`StringValue`() const; :ref:`Rational` :target:`RationalValue`() const; double :target:`DoubleValue`() const; std::string :target:`ToString`() const; };