Click or drag to resize

ExifCollectionMakernoteHeader Property

Gets or sets the makernote header.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte[] MakernoteHeader { get; set; }

Property Value

Type: Byte
Remarks
This information is required to save EXIF with the original maker note data. It contains the header for vendor specific maker note tags identifying the type of makernote contained within this ExifCollection.
See Also