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

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
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