Table of Contents

Class ArOverlayFindAndPickConfiguration

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

Configuration of the AR overlay.

public class ArOverlayFindAndPickConfiguration
Inheritance
ArOverlayFindAndPickConfiguration
Inherited Members

Properties

AutomaticSelectionEnabled

If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view. The overlay will mark the scanned barcodes and stays above them. Default is true

public bool AutomaticSelectionEnabled { get; set; }

Property Value

bool

Badge

Configuration of the round badge on find and pick ar layer.

public FindAndPickBadgeConfiguration Badge { get; set; }

Property Value

FindAndPickBadgeConfiguration

Polygon

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

public FindAndPickArOverlayPolygonConfiguration Polygon { get; set; }

Property Value

FindAndPickArOverlayPolygonConfiguration

Visible

Control the visibility of the user guidance. Default is false

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static ArOverlayFindAndPickConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ArOverlayFindAndPickConfiguration

FromNative(ArOverlayFindAndPickConfiguration)

public static ArOverlayFindAndPickConfiguration FromNative(ArOverlayFindAndPickConfiguration source)

Parameters

source ArOverlayFindAndPickConfiguration

Returns

ArOverlayFindAndPickConfiguration

ToNative()

public ArOverlayFindAndPickConfiguration ToNative()

Returns

ArOverlayFindAndPickConfiguration