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
Success
True if any barcodes were found.
public required bool Success { get; init; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()