Click or drag to resize

ExifCollectionToByteArray Method

Creates a byte array of the EXIF data that can be inserted into an image.

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[] ToByteArray()

Return Value

Type: Byte
Remarks
This method is intended on being used to store EXIF in a Jpeg Image. To add or edit EXIF data in a JPEG image, create a JPEG APP1 Marker from this data. See JpegMarker for more information.
See Also