Class DocumentPolygonConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentPolygonConfiguration
- Inheritance
-
DocumentPolygonConfiguration
- Inherited Members
-
Constructors
DocumentPolygonConfiguration()
public DocumentPolygonConfiguration()
Properties
AutoSnapProgress
public PolygonStyle AutoSnapProgress { get; set; }
Property Value
- PolygonStyle
DocumentNotOk
public PolygonStyle DocumentNotOk { get; set; }
Property Value
- PolygonStyle
DocumentOk
public PolygonStyle DocumentOk { get; set; }
Property Value
- PolygonStyle
Visibility
public UserGuidanceVisibility Visibility { get; set; }
Property Value
- UserGuidanceVisibility
Methods
FromJson(string)
public static DocumentPolygonConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- DocumentPolygonConfiguration
FromNative(DocumentPolygonConfiguration)
public static DocumentPolygonConfiguration FromNative(DocumentPolygonConfiguration source)
Parameters
source
DocumentPolygonConfiguration
Returns
- DocumentPolygonConfiguration
FromNative(SBSDKUI2DocumentPolygonConfiguration)
public static DocumentPolygonConfiguration FromNative(SBSDKUI2DocumentPolygonConfiguration source)
Parameters
source
SBSDKUI2DocumentPolygonConfiguration
Returns
- DocumentPolygonConfiguration
ToNative()
public DocumentPolygonConfiguration ToNative()
Returns
- DocumentPolygonConfiguration