| Category |
Parameter |
Value |
Comments |
| Basic |
DATA
|
Type: string
Default: "DataMatrix"
|
Barcode value to encode
Data Matrix Valid Data Char Set:
- ASCII values 0 - 127 in accordance with the US national version of ISO/IEC 646
NOTE:
This version consists of the G0 set of ISO/IEC 646 and the C0 set of ISO/IEC 6429 with values 28 - 31
modified to FS, GS, RS and US respectively.
- ASCII values 128 - 255 in accordance with ISO 8859-1. These are referred to as extended ASCII.
|
| |
Data Matrix Special |
PROCESS-TILDE
|
Type: bool
Default: true
|
Set the ProcessTilde property to true, if you want use the tilde character "~" to specify special characters in the input data. Default is true.
In parameter value, use "true" for true, "false" for false.
|
| DATA-MODE
|
Type: int
Default: 1 (ASCII)
|
Data Matrix data encoding mode.
Valid values are:
-
Auto (0): Barcode library will decide the best data mode for you.
-
ASCII (1): it is used to encode data that mainly contains ASCII characters (0-127). This is the default encoding format by Barcode Library.
-
C40 (2): it is used to encode data that mainly contains numeric and upper case
characters.
-
Text (3): it is used to encode data that mainly contains numeric and lower case
characters.
-
X12 (4):it is used to encode the standard ANSI X12 electronic data interchange characters.
-
Edifact (5): it is used to encode 63 ASCII values (values from 32 to 94) plus an Unlatch character (binary 011111).
-
Base256 (6): it is used to encode 8 bit values.
|
| FORMAT-MODE
|
Type: int
Default: 0 (10X10)
|
Specifies the Data Matrix Format mode to apply on that symbology.
Valid values are
- 0 (10X10)
- 1 (12X12)
- 2 (14X14)
- 3 (16X16)
- 4 (18X18)
- 5 (20X20)
- 6 (22X22)
- 7 (24X24)
- 8 (26X26)
- 9 (32X32)
- 10 (36X36)
- 11 (40X40)
- 12 (44X44)
- 13 (48X48)
- 14 (52X52)
- 15 (64X64)
- 16 (72X72)
- 17 (80X80)
- 18 (88X88)
- 19 (96X96)
- 20 (104X104)
- 21 (120X120)
- 22 (132X132)
- 23 (144X144)
- 24 (8X18)
- 25 (8X32)
- 26 (12X26)
- 27 (12X36)
- 28 (16X36)
- 29 (16X48)
|
| FNC1
|
Type: FNC1
Default: 0
|
To encode GS1 compatible Data Matrix barcide, you need set FNC1 value to 1.
|
| STRUCTURED-APPEND
|
Type: bool
Default: false
|
Set Structured Append property to true, then Structured Append is enabled.
In parameter value, use "true" for true, "false" for false.
|
| SYMBOLE-COUNT
|
Type: int
Default: 0
|
Set SymbolCount property to the number of total symbols which make the sequence. |
| SYMBOL-INDEX
|
Type: int
Default: 0
|
Set SymbolIndex property to the position of current symbol in the secuence (Start with 0). |
| FILE-ID
|
Type: int
Default: 0
|
Set FileId property to be identified to the same file. |
| |
| Size Related |
UOM
|
Type: int
Default: 0 (PIXEL)
|
Unit of meature for all size related settings.
Valid values:
- 0 (PIXEL)
- 1 (CM)
- 2 (INCH)
|
| X
|
Type: float
Default: 3
|
barcode module width and height, default is 3 pixel |
| BARCODE-WIDTH
|
Type: float
Default: 0
|
Barcode image width.
If BarcodeWidth setting is smaller than the barcode required minimum width, Online Barcode Generator will automatically reset to barcode minimum width. |
| BARCODE-HEIGHT
|
Type: float
Default: 0
|
Barcode image height.
If BarcodeHeight setting is smaller than the barcode required minimum height, Online Barcode Generator will automatically reset to barcode minimum height. |
| LEFT-MARGIN
|
Type: float
Default: 0
|
Barcode image left margin size. |
| RIGHT-MARGIN
|
Type: float
Default: 0
|
Barcode image right margin size. |
| TOP-MARGIN
|
Type: float
Default: 0
|
Barcode image top margin size. |
| BOTTOM-MARGIN
|
Type: float
Default: 0
|
Barcode image bottom margin size. |
| RESOLUTION
|
Type: int
Default: 72
|
Barcode image resolution in DPI (Dots per inch). |
| ROTATE
|
Type: int
Default: 0
|
Valid values:
- 0 (in roration angle 0 degree)
- 1 (in roration angle 90 degree)
- 2 (in roration angle 180 degree)
- 3 (in roration angle 270 degree)
|