Table of Contents

Interface IExifValue<TValueType>

Namespace
SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly
SixLabors.ImageSharp.dll

A value of the exif profile.

public interface IExifValue<TValueType> : IExifValue, IDeepCloneable<IExifValue>

Type Parameters

TValueType

The type of the value.

Inherited Members

Properties

Value

Gets or sets the value.

TValueType? Value { get; set; }

Property Value

TValueType