Class ExifTag<TValueType>
Class that represents an exif tag from the Exif standard 2.31 with TValueType
as the data type of the tag.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class ExifTag<TValueType> : ExifTag, IEquatable<ExifTag>
Type Parameters
Name | Description |
---|---|
TValueType | The data type of the tag. |