Class BarcodeFormatItfConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
ITF (Interleaved 2-of-5) barcode configuration. Add to scanner configuration to scan Interleaved 2-of-5 (ITF) barcodes.
public class BarcodeFormatItfConfiguration : BarcodeFormatOneDConfigurationBase
- Inheritance
-
BarcodeFormatItfConfiguration
- Inherited Members
Properties
MaximumTextLength
Maximum text length. 0 implies no maximum. Applied only to linear barcode formats that allow variable length.
Default is 0
public int MaximumTextLength { get; set; }
Property Value
MinimumTextLength
Minimum text length. Applied only to linear barcode formats that allow variable length.
Default is 1
public int MinimumTextLength { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeFormatItfConfiguration FromJson(string rawJson)
Parameters
rawJson
string