Finder Stroked Style
data class FinderStrokedStyle(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 a full outline of the scanning area.
Constructors
Link copied to clipboard
constructor(strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), strokeWidth: Double = 3.0, cornerRadius: Double = 10.0)