Table of Contents

IMetadataEntry<TTag> Interface

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

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

public interface IMetadataEntry<TTag>

Type Parameters

TTag

The type of the tag.

Properties

RawValue

Gets the raw value (value in actual type) of this entry.

Tag

Gets 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).