Android.Media.ExifInterface.GetAttribute Method
Returns the value of the specified tag or null if there is no such tag in the JPEG file.

Syntax

[Android.Runtime.Register("getAttribute", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetAttribute_Ljava_lang_String_Handler")]
public virtual string GetAttribute (string tag)

Parameters

tag
the name of the tag.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of the specified tag or null if there is no such tag in the JPEG file.

[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