TiffLongTag
Contents
 [
        
            Hide
        ]
    TiffLongTag class
Represents a TIFF Long tag.
public sealed class TiffLongTag : TiffArrayTag<uint>
Constructors
| Name | Description | 
|---|---|
| TiffLongTag(TiffTagID, uint[]) | Initializes a new instance of the TiffLongTagclass. | 
Properties
| Name | Description | 
|---|---|
| Descriptor { get; } | Gets the descriptor associated with the metadata property. | 
| InterpretedValue { get; } | 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. | 
| Name { get; } | Gets the property name. | 
| TagID { get; } | Gets the tag id. | 
| Tags { get; } | Gets a collection of tags associated with the property. | 
| TagType { get; } | Gets the type of the tag. | 
| TagValue { get; } | Gets the tag value. | 
| Value { get; } | Gets the property value. | 
See Also
- class TiffArrayTag<T>
- namespace GroupDocs.Metadata.Formats.Image
- assembly GroupDocs.Metadata