Click or drag to resize

PropertyID.RemoveNonPrintableChars 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.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 RemoveNonPrintableChars = "value"

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.

[Android Documentation]

See Also