com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class TiffUndefinedTag



  • public final class TiffUndefinedTag
    extends TiffArrayTag<Byte>

    Represents a TIFF tag with the Undefined type.

    • Constructor Detail

      • TiffUndefinedTag

        public TiffUndefinedTag(TiffTagID tagID,
                                byte[] value)

        Initializes a new instance of the TiffUndefinedTag class.

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