Barcode Count Not In List Action Settings

Defined in namespace Scandit.DataCapture.Barcode.Count.UI

BarcodeCountNotInListActionSettings
class BarcodeCountNotInListActionSettings : IDisposable

Added in version 7.0.0

BarcodeCountNotInListActionSettings()
BarcodeCountNotInListActionSettings()

Added in version 8.6.0

Build a new instance of this class, with default values.

Enabled
bool Enabled { get;set; }

Added in version 7.0.0

Use this property to enable the not in list actions. Defaults to false.

AcceptButtonText
string AcceptButtonText { get;set; }

Added in version 7.0.0

The text for the label associated with the accept button.

Default value is “Accept”.

AcceptButtonAccessibilityLabel
string AcceptButtonAccessibilityLabel { get;set; }

Added in version 7.0.0

The accept button accessibility label.

Default value is “Accept barcode button”.

AcceptButtonAccessibilityHint
string AcceptButtonAccessibilityHint { get;set; }

Added in version 7.0.0

The accept button accessibility hint.

Default value is “Accept barcode button”.

RejectButtonText
string RejectButtonText { get;set; }

Added in version 7.0.0

The text for the label associated with the reject button.

Default value is “Reject”.

RejectButtonAccessibilityLabel
string RejectButtonAccessibilityLabel { get;set; }

Added in version 7.0.0

The reject button accessibility label.

Default value is “Reject barcode button”.

RejectButtonAccessibilityHint
string RejectButtonAccessibilityHint { get;set; }

Added in version 7.0.0

The reject button accessibility hint.

Default value is “Reject barcode button”.

CancelButtonText
string CancelButtonText { get;set; }

Added in version 7.0.0

The text for the label associated with the cancel button.

Default value is “Cancel”.

CancelButtonAccessibilityLabel
string CancelButtonAccessibilityLabel { get;set; }

Added in version 7.0.0

The cancel button accessibility label.

Default value is “Cancel popover button”.

CancelButtonAccessibilityHint
string CancelButtonAccessibilityHint { get;set; }

Added in version 7.0.0

The cancel button accessibility hint.

Default value is “Cancel popover button”.

BarcodeAcceptedHint
string BarcodeAcceptedHint { get;set; }

Added in version 7.0.0

The text for the hint that will be shown when a barcode is accepted.

Default value is “Item accepted”.

BarcodeRejectedHint
string BarcodeRejectedHint { get;set; }

Added in version 7.0.0

The text for the hint that will be shown when a barcode is rejected.

Default value is “Item rejected”.