TiffSShortTag class
TiffSShortTag class
Represents a TIFF SShort tag.
Inheritance: TiffSShortTag
→
TiffTag
→
MetadataProperty
The TiffSShortTag type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the TiffSShortTag class. |
Properties
Property | Description |
---|---|
name | Gets the property name. |
value | Gets the property value. |
interpreted_value | Gets the interpreted property value, if available.
The interpreted value is a user-friendly form of the original property value. For example, it returns a human-readable string instead of numeric flags and ids, if necessary, translates byte arrays to text, etc. |
descriptor | Gets the descriptor associated with the metadata property. |
tags | Gets a collection of tags associated with the property. |
tag_type | Gets the type of the tag. |
tag_id | Gets the tag id. |
tag_value |
See Also
- module
groupdocs.metadata.formats.image
- class
MetadataProperty
- class
TiffSShortTag
- class
TiffTag