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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic byte[] ToByteArray()
Public Function ToByteArray As Byte()
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