ExifEntry Class

Represents an entry in an EXIF dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public sealed class ExifEntry : IMetadataEntry<ExifTag>
Inheritance
Object    ExifEntry
Implements
IMetadataEntryExifTag

Properties

IsValueArrayGets a value indicating whether this EXIF entry's value is an array.
RawValueGets 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).
ValueTypeGets the type of this EXIF entry's value.

Methods

ToString Returns a string that represents this EXIF entry.
(Overrides ObjectToString)

See Also