Table of Contents

Class FinderStyle

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

Visual appearance of the viewfinder.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(FinderCorneredStyle), "FinderCorneredStyle")]
[JsonDerivedType(typeof(FinderStrokedStyle), "FinderStrokedStyle")]
public abstract class FinderStyle
Inheritance
FinderStyle
Derived
Inherited Members

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

ToNative()

public abstract FinderStyle ToNative()

Returns

FinderStyle