Class BarcodeFormatTwoDConfigurationBase
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(BarcodeFormatAztecConfiguration), "BarcodeFormatAztecConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatQrCodeConfiguration), "BarcodeFormatQRCodeConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatPdf417Configuration), "BarcodeFormatPDF417Configuration")]
[JsonDerivedType(typeof(BarcodeFormatMicroPdf417Configuration), "BarcodeFormatMicroPDF417Configuration")]
[JsonDerivedType(typeof(BarcodeFormatDataMatrixConfiguration), "BarcodeFormatDataMatrixConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatMaxiCodeConfiguration), "BarcodeFormatMaxiCodeConfiguration")]
public class BarcodeFormatTwoDConfigurationBase : BarcodeFormatConfigurationBase
- Inheritance
-
BarcodeFormatTwoDConfigurationBase
- Derived
- Inherited Members
Constructors
BarcodeFormatTwoDConfigurationBase()
public BarcodeFormatTwoDConfigurationBase()
Methods
FromJson(string)
public static BarcodeFormatTwoDConfigurationBase FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(BarcodeFormatTwoDConfigurationBase)
public static BarcodeFormatTwoDConfigurationBase FromNative(BarcodeFormatTwoDConfigurationBase source)
Parameters
Returns
FromNative(SBSDKBarcodeFormatTwoDConfigurationBase)
public static BarcodeFormatTwoDConfigurationBase FromNative(SBSDKBarcodeFormatTwoDConfigurationBase source)