ExifEntry.Value Property
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
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).
public string Value { get; }