FinderCorneredStyle

data class FinderCorneredStyle(var strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), var strokeWidth: Double = 3.0, var cornerRadius: Double = 10.0) : FinderStyle, Parcelable

A variant of the viewfinder displaying only the four corners of the scanning area.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), strokeWidth: Double = 3.0, cornerRadius: Double = 10.0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

The radius of the viewfinder's corners.

Link copied to clipboard

The color of the viewfinder corner's outlines.

Link copied to clipboard

The width of the viewfinder corner's outlines.

Functions

Link copied to clipboard
open override fun clone(): FinderCorneredStyle
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject