Table of Contents

Class FinderCorneredStyle

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

Variant of the viewfinder displaying only the four corners of the scanning area as user guidance.

public class FinderCorneredStyle : FinderStyle
Inheritance
FinderCorneredStyle
Inherited Members

Properties

CornerRadius

Radius of the viewfinder's corners. Default is 10.0

public double CornerRadius { get; set; }

Property Value

double

StrokeColor

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

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

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

FromNative(FinderCorneredStyle)

public static FinderCorneredStyle FromNative(FinderCorneredStyle source)

Parameters

source FinderCorneredStyle

Returns

FinderCorneredStyle

ToNative()

public override FinderCorneredStyle ToNative()

Returns

FinderCorneredStyle