Class BarcodeFormatPharmaCodeConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatPharmaCodeConfiguration : BarcodeFormatOneDConfigurationBase
- Inheritance
-
BarcodeFormatPharmaCodeConfiguration
- Inherited Members
-
Constructors
public BarcodeFormatPharmaCodeConfiguration()
Properties
public bool AllowNarrowBarsOnly { get; set; }
Property Value
- bool
public bool AllowWideBarsOnly { get; set; }
Property Value
- bool
public int MinimumValue { get; set; }
Property Value
- int
Methods
public static BarcodeFormatPharmaCodeConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeFormatPharmaCodeConfiguration
public static BarcodeFormatPharmaCodeConfiguration FromNative(BarcodeFormatPharmaCodeConfiguration source)
Parameters
source
BarcodeFormatPharmaCodeConfiguration
Returns
- BarcodeFormatPharmaCodeConfiguration
public static BarcodeFormatPharmaCodeConfiguration FromNative(SBSDKBarcodeFormatPharmaCodeConfiguration source)
Parameters
source
SBSDKBarcodeFormatPharmaCodeConfiguration
Returns
- BarcodeFormatPharmaCodeConfiguration
public override BarcodeFormatPharmaCodeConfiguration ToNative()
Returns
- BarcodeFormatPharmaCodeConfiguration