Enum ExifParts
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Exif
- Assembly
- SixLabors.ImageSharp.dll
Specifies which parts will be written when the profile is added to an image.
[Flags]
public enum ExifParts
Fields
All = IfdTags | ExifTags | GpsTagsAll
ExifTags = 2ExifTags
GpsTags = 4GPSTags
IfdTags = 1IfdTags
None = 0None