IMetadataEntryTTag Interface
Represents an entry of image metadata, such as EXIF, IPTC, etc.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public interface IMetadataEntry<TTag>
Public Interface IMetadataEntry(Of TTag)
Type Parameters
- TTag
- The type of the tag.
RawValue | Gets the raw value (value in actual type) of this entry. |
Tag | Gets the tag of this entry. |
Value |
Gets the string representation of this entry's value.
Use RawValue for the raw value (value in actual type).
|