Table of Contents

Field ExifSectionName

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

This is the name of the section where EXIF tags are stored.

public const string ExifSectionName = "$exif"

Returns

string

Remarks

All entries in here are expected to be PropertyItem objects which were serialized using PdnGraphics.SerializePropertyItem. The name of each entry in this section is irrelevant, as some EXIF tags are allowed to occur more than once. Thus, if you want to search for EXIF tags of a certain ID you will have to deserialize each one and compare the Id property. It is the responsibility of the FileType implementation to load and save these.