com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ExifDictionaryBasePackage

    • Method Detail

      • toList

        public final IReadOnlyList<TiffTag> toList()

        Creates a list from the package.

        Returns:
        A list that contains all TIFF tags from the package.
      • getByTiffTagID

        public final TiffTag getByTiffTagID(TiffTagID tagId)

        Gets the TIFF tag with the specified id.

        Parameters:
        tagId - The id of the tag to retrieve.
        Returns:
        The TiffTag with the specified tag id.
      • remove

        public final boolean remove(TiffTagID tagId)

        Removes the property with the specified id.

        Parameters:
        tagId - A TIFF tag id.
        Returns:
        True if the specified TIFF tag is found and removed; otherwise, false.
      • set

        public final void set(TiffTag tag)

        Adds or replaces the specified tag.

        Parameters:
        tag - The tag to set.
      • clear

        public final void clear()

        Removes all TIFF tags stored in the package.