Table of Contents

Class FindAndPickArOverlayPolygonConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class FindAndPickArOverlayPolygonConfiguration
Inheritance
FindAndPickArOverlayPolygonConfiguration
Inherited Members

Constructors

FindAndPickArOverlayPolygonConfiguration()

public FindAndPickArOverlayPolygonConfiguration()

Properties

Completed

public PolygonStyle Completed { get; set; }

Property Value

PolygonStyle

PartiallyScanned

public PolygonStyle PartiallyScanned { get; set; }

Property Value

PolygonStyle

Rejected

public PolygonStyle Rejected { get; set; }

Property Value

PolygonStyle

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static FindAndPickArOverlayPolygonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

FindAndPickArOverlayPolygonConfiguration