![]() |
Aspose.Barcode for PHP via Java
20.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Public Attributes | |
| const | AUTO = "0" |
| const | ASCII = "1" |
| const | FULL = "6" |
| const | CUSTOM = "7" |
| const | C40 = "8" |
| const | TEXT = "9" |
| const | EDIFACT = 10 |
| const | ANSIX12 = 11 |
DataMatrix encoder's encoding mode, default to AUTO
| const ANSIX12 = 11 |
Uses ANSI X12 encoding.
| const ASCII = "1" |
Encodes one alphanumeric or two numeric characters per byte
| const AUTO = "0" |
Automatically pick up the best encode mode for datamatrix encoding
| const C40 = "8" |
Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters
| const CUSTOM = "7" |
Encode with the encoding specified in BarCodeBuilder.CodeTextEncoding
| const EDIFACT = 10 |
Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters.
| const FULL = "6" |
Encode 8 bit values
| const TEXT = "9" |
UUses TEXT encoding. Encodes Lower-case alphanumeric, Upper case and special characters