Click or drag to resize
ScanSettingsCodeRejectionEnabled Property
Whether code rejection should be enabled

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.10.0.10 (5.10.0.10)
Syntax
public bool CodeRejectionEnabled { get; set; }

Property Value

Type: Boolean
Remarks
Code rejection allows you to implement custom validation steps for recognized codes. By default code rejection is disabled.
See Also