IMetadataEntryTTag Interface

Represents an entry of image metadata, such as EXIF, IPTC, etc.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public interface IMetadataEntry<TTag>

Type Parameters

TTag
The type of the tag.

Properties

RawValueGets the raw value (value in actual type) of this entry.
TagGets the tag of this entry.
Value Gets the string representation of this entry's value. Use RawValue for the raw value (value in actual type).

See Also