ExifInterface.IsThumbnailCompressed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.