Click or drag to resize

Gs1Conversion2d Class

Gs1Conversion2d
DISABLED No conversion.
GS1_128 Convert the barcode to GS1-128 format.
GTIN Take only the GTIN portion of the barcode and convert it to GTIN format.
UPCA_EAN13_COMPATIBILITY Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA.
SHORTEST_UPC_EAN_COMPATIBILITY Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.Gs1Conversion2d

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 Gs1Conversion2d : Enum

The Gs1Conversion2d type exposes the following members.

Properties
NameDescription
Public propertyDisabled
No conversion.
Public propertyGs1128
To be added.
Public propertyGtin
Take only the GTIN portion of the barcode and convert it to GTIN format.
Public propertyJniPeerMembers
To be added.
Public propertyShortestUpcEanCompatibility
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUpcaEan13Compatibility
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Gs1Conversion2d is an enumeration defining the conversion used for GS1 2D barcodes. The type is one of:
DISABLED No conversion.
GS1_128 Convert the barcode to GS1-128 format.
GTIN Take only the GTIN portion of the barcode and convert it to GTIN format.
UPCA_EAN13_COMPATIBILITY Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA.
SHORTEST_UPC_EAN_COMPATIBILITY Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE.

[Android Documentation]

See Also