Click or drag to resize

PropertyIDRemoveNonPrintableChars Field

This parameter enables the removal of all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const int RemoveNonPrintableChars = 24

Field Value

Type: Int32
Remarks

This parameter enables the removal of all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data. The length check for each symbology is evaluated before any characters are removed. Characters in the code ID, prefix, suffix, or separator won't be removed.

The class of the property is BooleanProperty.

[Android Documentation]

See Also