Freigeben über


ExifInterface.IsThumbnailCompressed Property

Definition

Returns true if thumbnail image is JPEG Compressed, or false if either thumbnail image does not exist or thumbnail image is uncompressed.

public virtual bool IsThumbnailCompressed { [Android.Runtime.Register("isThumbnailCompressed", "()Z", "GetIsThumbnailCompressedHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isThumbnailCompressed", "()Z", "GetIsThumbnailCompressedHandler", ApiSince=26)>]
member this.IsThumbnailCompressed : bool

Property Value

Attributes

Remarks

Returns true if thumbnail image is JPEG Compressed, or false if either thumbnail image does not exist or thumbnail image is uncompressed.

Java documentation for android.media.ExifInterface.isThumbnailCompressed().

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