<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

PropertyItem

public sealed class PropertyItem
Encapsulates a metadata property to be included in an image file. Not inheritable.
public int Id { get; set; }

Gets or sets the ID of the property.

public int Len { get; set; }

Gets or sets the length (in bytes) of the Value property.

public short Type { get; set; }

Gets or sets an integer that defines the type of data contained in the Value property.

public byte[] Value { get; set; }

Gets or sets the value of the property item.