Android.Media.ExifInterface.GetAttributeInt Method
Returns the integer value of the specified tag.

Syntax

[Android.Runtime.Register("getAttributeInt", "(Ljava/lang/String;I)I", "GetGetAttributeInt_Ljava_lang_String_IHandler")]
public virtual int GetAttributeInt (string tag, int defaultValue)

Parameters

tag
the name of the tag.
defaultValue
the value to return if the tag is not available.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the integer value of the specified tag. If there is no such tag in the JPEG file or the value cannot be parsed as integer, return defaultValue.

[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