Class BarcodeDocumentFormats
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeDocumentFormats
- Inheritance
-
BarcodeDocumentFormats
- Inherited Members
-
Constructors
public BarcodeDocumentFormats()
Properties
public static BarcodeDocumentFormat[] All { get; }
Property Value
- BarcodeDocumentFormat[]
public static Dictionary<BarcodeDocumentFormat, BarcodeFormat[]> DocumentBarcodeFormats { get; }
Property Value
- Dictionary<BarcodeDocumentFormat, BarcodeFormat[]>
Methods
public static BarcodeDocumentFormats FromNative(BarcodeDocumentFormats source)
Parameters
source
BarcodeDocumentFormats
Returns
- BarcodeDocumentFormats
public static BarcodeDocumentFormats FromNative(SBSDKBarcodeDocumentFormats source)
Parameters
source
SBSDKBarcodeDocumentFormats
Returns
- BarcodeDocumentFormats
public BarcodeDocumentFormats ToNative()
Returns
- BarcodeDocumentFormats