TiffTag
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty
public abstract class TiffTag extends MetadataProperty
Represents a TIFF tag.
Methods
Method | Description |
---|---|
getTagType() | Gets the type of the tag. |
getTagID() | Gets the tag id. |
getTagType()
public final TiffTagType getTagType()
Gets the type of the tag.
Returns: TiffTagType - The tag type.
getTagID()
public final TiffTagID getTagID()
Gets the tag id.
Returns: TiffTagID - The tag id.