Class Barcode
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
- Inheritance
-
Barcode
- Inherited Members
-
Properties
Extension
public string Extension { get; set; }
Property Value
- string
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