Android.Media.ExifInterface.SaveAttributes Method
Save the tag data into the JPEG file.

Syntax

[Android.Runtime.Register("saveAttributes", "()V", "GetSaveAttributesHandler")]
public virtual void SaveAttributes ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Save the tag data into the JPEG file. This is expensive because it involves copying all the JPG data from one file to another and deleting the old file and renaming the other. It's best to use ExifInterface.SetAttribute(string, System.String) to set all attributes to write and make a single call rather than multiple calls for each attribute.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5