ExifEntryValue Property

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

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public string Value { get; }

Property Value

String

Implements

IMetadataEntryTTagValue

See Also