class P1::ImageSdk::ImageTag
#include <P1ImageImageTag.hpp> class ImageTag { public: // methods TagId Id() const; TiffTagType Type() const; uint32_t Count() const; uint32_t Bytes() const; uint32_t Value() const; std::shared_ptr<uint8_t> Data(std::allocator<uint8_t> alloc = std::allocator<uint8_t>()) const; std::string StringValue() const; Rational RationalValue() const; double DoubleValue() const; std::string ToString() const; };