CroppedImageSettings

data class CroppedImageSettings(var dotsPerInch: UShort, @FloatRange(from = 0.0, to = 1.0) var extensionFactor: Float = 0.0f, var returnDocumentImage: Boolean = false, var returnFaceImage: Boolean = false, var returnSignatureImage: Boolean = false) : Parcelable

Represents the image cropping settings.

Constructors

Link copied to clipboard
constructor(dotsPerInch: UShort, @FloatRange(from = 0.0, to = 1.0) extensionFactor: Float = 0.0f, returnDocumentImage: Boolean = false, returnFaceImage: Boolean = false, returnSignatureImage: Boolean = false)

Properties

Link copied to clipboard

The DPI value for the cropped image.

Link copied to clipboard

The extension factor for the cropped image.

Link copied to clipboard

Indicates whether the document image should be returned.

Link copied to clipboard

Indicates whether the face image should be returned.

Link copied to clipboard

Indicates whether the signature image should be returned.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)