Table of Contents

Class ExifTag<TValueType>

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

Class that represents an exif tag from the Exif standard 2.31 with TValueType as the data type of the tag.

public sealed class ExifTag<TValueType> : ExifTag, IEquatable<ExifTag>

Type Parameters

TValueType

The data type of the tag.

Inheritance
ExifTag<TValueType>
Implements
Inherited Members