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
Badge
Configuration of the round badge on find and pick ar layer.
public FindAndPickBadgeConfiguration Badge { get; set; }
Property Value
Polygon
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
public FindAndPickArOverlayPolygonConfiguration Polygon { get; set; }
Property Value
Visible
Control the visibility of the user guidance. Default is false
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static ArOverlayFindAndPickConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(ArOverlayFindAndPickConfiguration)
public static ArOverlayFindAndPickConfiguration FromNative(ArOverlayFindAndPickConfiguration source)
Parameters
Returns
ToNative()
public ArOverlayFindAndPickConfiguration ToNative()