Click or drag to resize

GtinFormat Class

GtinFormat
GS1_DATABAR_14 GS1 DataBar 14 format.
GS1_128 GS1-128 format.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.GtinFormat

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

The GtinFormat type exposes the following members.

Properties
NameDescription
Public propertyGs1128
To be added.
Public propertyGs1Databar14
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
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
GtinFormat is an enumeration defining the format used when converting a barcode to its GTIN representation. The type is one of:
GS1_DATABAR_14 GS1 DataBar 14 format.
GS1_128 GS1-128 format.

[Android Documentation]

See Also