Table of Contents

Class ArOverlayPolygonConfiguration

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 ArOverlayPolygonConfiguration
Inheritance
ArOverlayPolygonConfiguration
Inherited Members

Properties

Deselected

Appearance of the overlay polygon when a barcode is not selected.

public PolygonStyle Deselected { get; set; }

Property Value

PolygonStyle

Selected

Appearance of the overlay polygon after a barcode has been selected.

public PolygonStyle Selected { 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 ArOverlayPolygonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ArOverlayPolygonConfiguration

FromNative(ArOverlayPolygonConfiguration)

public static ArOverlayPolygonConfiguration FromNative(ArOverlayPolygonConfiguration source)

Parameters

source ArOverlayPolygonConfiguration

Returns

ArOverlayPolygonConfiguration

ToNative()

public ArOverlayPolygonConfiguration ToNative()

Returns

ArOverlayPolygonConfiguration