Table of Contents

Class Barcode

Namespace
ScanbotSDK.MAUI.RTU.v1
Assembly
ScanbotSDK.Shared.dll
public class Barcode
Inheritance
Barcode
Inherited Members

Properties

Extension

public string Extension { get; set; }

Property Value

string

Format

public BarcodeFormat Format { get; set; }

Property Value

BarcodeFormat

Image

public ImageSource Image { get; set; }

Property Value

ImageSource

PolygonPoints

public IEnumerable<PolygonResultPoint> PolygonPoints { get; set; }

Property Value

IEnumerable<PolygonResultPoint>

RawBytes

public byte[] RawBytes { get; set; }

Property Value

byte[]

Text

public string Text { get; set; }

Property Value

string