Table of Contents

Class FinderStrokedStyle

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

Variant of the viewfinder displaying a full outline of the scanning area as user guidance.

public class FinderStrokedStyle : FinderStyle
Inheritance
FinderStrokedStyle
Inherited Members

Properties

CornerRadius

The viewfinder's corner radius. Default is 10.0

public double CornerRadius { get; set; }

Property Value

double

StrokeColor

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

public ColorValue StrokeColor { get; set; }

Property Value

ColorValue

StrokeWidth

Width of the viewfinder's outline. Default is 3.0

public double StrokeWidth { get; set; }

Property Value

double

Methods

FromJson(string)

public static FinderStrokedStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

FinderStrokedStyle

FromNative(FinderStrokedStyle)

public static FinderStrokedStyle FromNative(FinderStrokedStyle source)

Parameters

source FinderStrokedStyle

Returns

FinderStrokedStyle

ToNative()

public override FinderStrokedStyle ToNative()

Returns

FinderStrokedStyle