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