Click or drag to resize

FormattingRemoveNonPrintableChars Property

removes all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data.

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BooleanProperty RemoveNonPrintableChars { get; set; }

Property Value

Type: BooleanProperty
Remarks
removeNonPrintableChars

removes 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.

[Android Documentation]

See Also