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 | GpsTags
All
ExifTags = 2
ExifTags
GpsTags = 4
GPSTags
IfdTags = 1
IfdTags
None = 0
None