.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1acc8ebbed1d8292c0b10e3408ecb0f5b6: MetaObject.Dump Method ++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` A wrapper around an image *meta data* tag. (Tiff, Exif and others) .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool Dump(); !f dni remove me IIQ files contain meta data tags following multiple paradigms. Some tags are defined by the Tiff format standard, some by Exif and yet some are Phase One proprietary tags. This class represents data contained in all such types of tags. See the class :ref:`TagId `, that identify all 3 kind of tags. Each tag has a *type* and a *count*, and some raw data. The *count* is used only to represent vector data types or fractions. (A vector of 2: numerator & denominator.) .. rubric:: See also: :ref:`TagId `