Table of Contents

Class FinderCorneredStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

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

public class FinderCorneredStyle : FinderStyle
Inheritance
FinderCorneredStyle
Inherited Members

Properties

CornerRadius

The radius of the viewfinder's corners. Default is 10.0

public double CornerRadius { get; set; }

Property Value

double

StrokeColor

The color of the viewfinder corner's outlines. Default is "#FFFFFFFF"

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

The width of the viewfinder corner's outlines. Default is 3.0

public double StrokeWidth { get; set; }

Property Value

double

Methods

FromJson(string)

public static FinderCorneredStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

FinderCorneredStyle