Class BarcodeScannerAdditionalParameters
- Namespace
- ScanbotSDK.MAUI.Barcode.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
Barcode scanner additional parameters.
public class BarcodeScannerAdditionalParameters
- Inheritance
-
BarcodeScannerAdditionalParameters
- Derived
- Inherited Members
Properties
AddAdditionalQuietZone
public bool? AddAdditionalQuietZone { get; set; }
Property Value
- bool?
AustraliaPostCustomerFormat
public AustraliaPostCustomerFormat? AustraliaPostCustomerFormat { get; set; }
Property Value
Gs1HandlingMode
GS1 Codes Handling mode. It defines how GS1-formatted barcodes are handled. The default value is [Gs1Handling.Parse]
public Gs1Handling? Gs1HandlingMode { get; set; }
Property Value
MaximumTextLength
Optional maximum required text length of the detected barcode. The default is 0 (setting is turned off). NOTE: This feature works on ITF barcodes only.
public int? MaximumTextLength { get; set; }
Property Value
- int?
Minimum1DBarcodesQuietZone
Optional minimum required quiet zone on the barcode. Measured in modules (the size of minimal bar on the barcode). The default is 10. NOTE: This feature works on ITF barcodes only.
public int? Minimum1DBarcodesQuietZone { get; set; }
Property Value
- int?
MinimumTextLength
Optional minimum required text length of the detected barcode. The default is 0 (setting is turned off). NOTE: This feature works on ITF barcodes only.
public int? MinimumTextLength { get; set; }
Property Value
- int?
MsiPlesseyChecksumAlgorithm
The checksum algorithm for MSI Plessey barcodes. The default value is Mod10.
public MSIPlesseyChecksumAlgorithm? MsiPlesseyChecksumAlgorithm { get; set; }
Property Value
StripCheckDigits
With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes.
Has no effect if both single and double digit MSI Plessey checksums are enabled.
The default is false
public bool? StripCheckDigits { get; set; }
Property Value
- bool?
UseCode11Checksum
public bool? UseCode11Checksum { get; set; }
Property Value
- bool?
UseIata2Of5Checksum
public bool? UseIata2Of5Checksum { get; set; }
Property Value
- bool?