Android.Media.ExifInterface.GetThumbnail Method
Returns the thumbnail inside the JPEG file, or null if there is no thumbnail.

Syntax

[Android.Runtime.Register("getThumbnail", "()[B", "GetGetThumbnailHandler")]
public virtual byte[] GetThumbnail ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the thumbnail inside the JPEG file, or null if there is no thumbnail. The returned data is in JPEG format and can be decoded using Android.Graphics.BitmapFactory.DecodeByteArray(Byte[], System.Int32, System.Int32)

[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