Code128ExtendedAsciiMode Class |
Code128ExtendedAsciiMode| DISABLED | Extended ASCII support disabled. |
| BASIC | Only single FNC4 code are evaluated. |
| FULL | Fully implement FNC4 evaluation. |
The Code128ExtendedAsciiMode type exposes the following members.
| Name | Description | |
|---|---|---|
| Basic | Basic Extended ASCII support, only single FNC4 code are evaluated. | |
| Disabled | Extended ASCII support disabled. | |
| Full | Full Extended ASCII support, fully implement FNC4 evaluation. | |
| JniPeerMembers | To be added. | |
| ThresholdClass | To be added. | |
| ThresholdType | 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. |
Code128ExtendedAsciiMode is an enumeration defining the Extended ASCII support for Code 128 barcodes.
This enumeration specifies the allowed options.
The type is one of:
| DISABLED | Extended ASCII support disabled. |
| BASIC | Only single FNC4 code are evaluated. |
| FULL | Fully implement FNC4 evaluation. |