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. |
The Gs1Conversion2d type exposes the following members.
Name | Description | |
---|---|---|
![]() | Disabled | No conversion. |
![]() | Gs1128 | To be added. |
![]() | Gtin | Take only the GTIN portion of the barcode and convert it to GTIN format. |
![]() | JniPeerMembers | To be added. |
![]() | ShortestUpcEanCompatibility | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
![]() | UpcaEan13Compatibility | To be added. |
Name | Description | |
---|---|---|
![]() | ValueOf | Returns the enum constant of this class with the specified name. |
![]() | Values | Returns an array containing the constants of this enum class, in
the order they are declared. |
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. |