Table of Contents

Class BarcodeResultBundle

Namespace
ScanbotSDK.MAUI.RTU.v1
Assembly
ScanbotSDK.Shared.dll
public class BarcodeResultBundle : Result
Inheritance
BarcodeResultBundle
Inherited Members

Properties

Barcodes

public List<Barcode> Barcodes { get; set; }

Property Value

List<Barcode>

Image

public ImageSource Image { get; set; }

Property Value

ImageSource

ImagePath

public string ImagePath { get; set; }

Property Value

string