Table of Contents

Class FinderStyle

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(FinderCorneredStyle), "FinderCorneredStyle")]
[JsonDerivedType(typeof(FinderStrokedStyle), "FinderStrokedStyle")]
public class FinderStyle
Inheritance
FinderStyle
Derived
Inherited Members

Constructors

FinderStyle()

public FinderStyle()

Methods

FromJson(string)

public static FinderStyle FromJson(string rawJson)

Parameters

rawJson string

Returns

FinderStyle

FromNative(FinderStyle)

public static FinderStyle FromNative(FinderStyle source)

Parameters

source FinderStyle

Returns

FinderStyle

FromNative(SBSDKUI2FinderStyle)

public static FinderStyle FromNative(SBSDKUI2FinderStyle source)

Parameters

source SBSDKUI2FinderStyle

Returns

FinderStyle

ToNative()

public abstract FinderStyle ToNative()

Returns

FinderStyle