Interface IExifValue<TValueType>
A value of the exif profile.
Inherited Members
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IExifValue<TValueType> : IExifValue, IDeepCloneable<IExifValue>
Type Parameters
Name | Description |
---|---|
TValueType | The type of the value. |
Properties
| Edit this page View SourceValue
Gets or sets the value.
Declaration
TValueType? Value { get; set; }
Property Value
Type | Description |
---|---|
TValueType |