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