Table of Contents

Class FindAndPickArOverlayPolygonConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Configuration of the overlay polygon displayed on top of a barcode in the camera preview.

public class FindAndPickArOverlayPolygonConfiguration
Inheritance
FindAndPickArOverlayPolygonConfiguration
Inherited Members

Properties

Completed

Appearance of the overlay polygon when a barcode is completed.

public PolygonStyle Completed { get; set; }

Property Value

PolygonStyle

PartiallyScanned

Appearance of the overlay polygon when a barcode is partially scanned.

public PolygonStyle PartiallyScanned { get; set; }

Property Value

PolygonStyle

Rejected

Appearance of the overlay polygon when a barcode is rejected.

public PolygonStyle Rejected { get; set; }

Property Value

PolygonStyle

Visible

Control the visibility of the overlay polygon. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static FindAndPickArOverlayPolygonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

FindAndPickArOverlayPolygonConfiguration

FromNative(FindAndPickArOverlayPolygonConfiguration)

public static FindAndPickArOverlayPolygonConfiguration FromNative(FindAndPickArOverlayPolygonConfiguration source)

Parameters

source FindAndPickArOverlayPolygonConfiguration

Returns

FindAndPickArOverlayPolygonConfiguration

ToNative()

public FindAndPickArOverlayPolygonConfiguration ToNative()

Returns

FindAndPickArOverlayPolygonConfiguration