Class BarcodeFormatDataBarExpandedConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatDataBarExpandedConfiguration : BarcodeFormatOneDConfigurationBase
- Inheritance
-
BarcodeFormatDataBarExpandedConfiguration
- Inherited Members
-
Constructors
public BarcodeFormatDataBarExpandedConfiguration()
Properties
public Gs1Handling Gs1Handling { get; set; }
Property Value
- Gs1Handling
Methods
public static BarcodeFormatDataBarExpandedConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeFormatDataBarExpandedConfiguration
public static BarcodeFormatDataBarExpandedConfiguration FromNative(BarcodeFormatDataBarExpandedConfiguration source)
Parameters
source
BarcodeFormatDataBarExpandedConfiguration
Returns
- BarcodeFormatDataBarExpandedConfiguration
public static BarcodeFormatDataBarExpandedConfiguration FromNative(SBSDKBarcodeFormatDataBarExpandedConfiguration source)
Parameters
source
SBSDKBarcodeFormatDataBarExpandedConfiguration
Returns
- BarcodeFormatDataBarExpandedConfiguration
public override BarcodeFormatDataBarExpandedConfiguration ToNative()
Returns
- BarcodeFormatDataBarExpandedConfiguration