Table of Contents

ExifEntry Class

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Represents an entry in an EXIF dictionary.

public sealed class ExifEntry : IMetadataEntry<ExifTag>
Inheritance
ExifEntry
Implements

Properties

IsValueArray

Gets a value indicating whether this EXIF entry's value is an array.

RawValue

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

Tag

Gets the tag of this EXIF entry.

Value

Gets the string representation of this EXIF entry's value. If there are multiple values, this property returns all these values concatenated into the single string separated by a space. Use RawValue for the raw value (value in actual type).

ValueType

Gets the type of this EXIF entry's value.

Methods

ToString()

Returns a string that represents this EXIF entry.