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; }
Public Property MakernoteHeader As Byte()
Get
Set
Property Value
Type:
ByteRemarks 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