Class BarcodeFormatCode39Configuration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatCode39Configuration : BarcodeFormatOneDConfigurationBase
- Inheritance
-
BarcodeFormatCode39Configuration
- Inherited Members
-
Constructors
public BarcodeFormatCode39Configuration()
Properties
public bool Code32 { get; set; }
Property Value
- bool
public bool Code39 { get; set; }
Property Value
- bool
MaximumTextLength
public int MaximumTextLength { get; set; }
Property Value
- int
MinimumTextLength
public int MinimumTextLength { get; set; }
Property Value
- int
public bool Pzn7 { get; set; }
Property Value
- bool
public bool Pzn8 { get; set; }
Property Value
- bool
public bool StripCheckDigits { get; set; }
Property Value
- bool
public bool TryCode39ExtendedMode { get; set; }
Property Value
- bool
public bool UseCode39CheckDigit { get; set; }
Property Value
- bool
Methods
public static BarcodeFormatCode39Configuration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeFormatCode39Configuration
public static BarcodeFormatCode39Configuration FromNative(BarcodeFormatCode39Configuration source)
Parameters
source
BarcodeFormatCode39Configuration
Returns
- BarcodeFormatCode39Configuration
public static BarcodeFormatCode39Configuration FromNative(SBSDKBarcodeFormatCode39Configuration source)
Parameters
source
SBSDKBarcodeFormatCode39Configuration
Returns
- BarcodeFormatCode39Configuration
public override BarcodeFormatCode39Configuration ToNative()
Returns
- BarcodeFormatCode39Configuration