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