Click or drag to resize

Formatting Class

Formatting
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.Formatting

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 class Formatting : PropertyGroup

The Formatting type exposes the following members.

Constructors
NameDescription
Public methodFormatting
Initializes a new instance of the Formatting class
Public methodFormatting
Initializes a new instance of the Formatting class
Top
Properties
NameDescription
Public propertyEciPolicy
eciPolicy selects the policy used to handle ECI.
Public propertyExternalFormatting
externalFormatting enables the external formatting service.
Public propertyGs1Check
gs1Check enables a check to verify that the content of the barcode matches the GS1 AIs format (https://ref.
Public propertyGs1Conversion2d
gs1Conversion2d selects the conversion used for GS1 2D barcodes.
Public propertyGs1LabelSetPrefix
gs1LabelSetPrefix specifies the prefix of the label set used when the label set transmit mode is set to ALL_LABELS.
Public propertyGs1LabelSetTransmitMode
gs1LabelSetTransmitMode selects the mode used to transmit GS1 label sets.
Public propertyGs1StringFormat
gs1StringFormat enables automatic formatting of the barcode content, based on the "GS1 Human Readable Interpretation (HRI)" rules ( https://www.
Public propertyGsSubstitution
gsSubstitution is a string of Unicode characters that replaces each occurrence of GS (ASCII code 0x1D) in the scanned data.
Public propertyGtinFormat
gtinFormat selects the format to use for the GTIN representation.
Public propertyHexFormat
hexFormat when enabled formats the read data as a readable hexadecimal string.
Public propertyJniPeerMembers
To be added.
Public propertyLabelPrefix
labelPrefix is a string of Unicode characters sent immediatly before symbology identifier.
Public propertyLabelSuffix
labelSuffix is a string of Unicode characters sent after the final character in data.
Public propertyRemoveNonPrintableChars
removeNonPrintableChars removes all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data.
Public propertySendCodeId
sendCodeId selects the symbology identifier to be transmitted along with the scanned data.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
Formatting is the class that configures the properties related to barcode text formatting.

[Android Documentation]

See Also