Table of Contents

Class BarcodeScannerUiItem

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

Data about the scanned barcode.

public class BarcodeScannerUiItem : IDisposable
Inheritance
BarcodeScannerUiItem
Implements
Inherited Members

Properties

Barcode

Scanned barcode.

public required BarcodeItem Barcode { get; init; }

Property Value

BarcodeItem

Count

Number of scanned barcodes of this symbology and value.

public required int Count { get; init; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()