com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class TiffByteTag



  • public final class TiffByteTag
    extends TiffArrayTag<Byte>

    Represents a Byte tag.

    • Constructor Detail

      • TiffByteTag

        public TiffByteTag(TiffTagID tagID,
                           byte[] value)

        Initializes a new instance of the TiffByteTag class.

        Parameters:
        tagID - The tag identifier.
        value - The value.