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; }
Public Property RemoveNonPrintableChars As BooleanProperty
Get
Set
Property Value
Type:
BooleanPropertyRemarks 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