ExifEntry Class
Represents an entry in an EXIF dictionary.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public sealed class ExifEntry : IMetadataEntry<ExifTag>
Public NotInheritable Class ExifEntry
Implements IMetadataEntry(Of ExifTag)
- Inheritance
- Object ExifEntry
- Implements
- IMetadataEntryExifTag
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. |