Table of Contents

Class BarcodeScannerResult

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

The result of barcode scanning.

public class BarcodeScannerResult : IDisposable
Inheritance
BarcodeScannerResult
Implements
Inherited Members

Properties

Barcodes

List of found barcodes.

public required BarcodeItem[] Barcodes { get; init; }

Property Value

BarcodeItem[]

Success

True if any barcodes were found.

public required bool Success { get; init; }

Property Value

bool

Methods

Dispose()

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

public void Dispose()