Class BarcodeFormats
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormats
- Inheritance
-
BarcodeFormats
- Inherited Members
-
Constructors
Properties
public static BarcodeFormat[] All { get; }
Property Value
- BarcodeFormat[]
public static BarcodeFormat[] Common { get; }
Property Value
- BarcodeFormat[]
public static BarcodeFormat[] Oned { get; }
Property Value
- BarcodeFormat[]
public static BarcodeFormat[] Pharma { get; }
Property Value
- BarcodeFormat[]
Postal
public static BarcodeFormat[] Postal { get; }
Property Value
- BarcodeFormat[]
public static BarcodeFormat[] Twod { get; }
Property Value
- BarcodeFormat[]
Methods
public static BarcodeFormats FromNative(BarcodeFormats source)
Parameters
source
BarcodeFormats
Returns
- BarcodeFormats
public static BarcodeFormats FromNative(SBSDKBarcodeFormats source)
Parameters
source
SBSDKBarcodeFormats
Returns
- BarcodeFormats
public BarcodeFormats ToNative()
Returns
- BarcodeFormats