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
FromNative(FinderStyle)
public static FinderStyle FromNative(FinderStyle source)
Parameters
source
FinderStyle
Returns
ToNative()
public abstract FinderStyle ToNative()