BitmapFactory.Options.OutMimeType Property

Definition

If known, this string is set to the mimetype of the decoded image.

[Android.Runtime.Register("outMimeType")]
public string OutMimeType { get; set; }
[<Android.Runtime.Register("outMimeType")>]
member this.OutMimeType : string with get, set

Property Value

Attributes

Remarks

If known, this string is set to the mimetype of the decoded image. If not known, or there is an error, it is set to null.

Java documentation for android.graphics.BitmapFactory.Options.outMimeType.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to