Click or drag to resize

JpegMarkerData Property

Gets the binary data stored in this marker.

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[] Data { get; }

Property Value

Type: Byte

A pointer to the data stored in this marker.

,The binary data stored in this marker.
Remarks
This data does not contain the first four bytes of marker information, which specifies the data length and marker type. When adding custom data, these four bytes should be removed so the Data property only contains the marker content.
See Also