-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added AllowAdditionalRestorations flag to reader params (#63)
Added DataMatrixVersion enum and DataMatrixVersion param into DataMatrixParams
- Loading branch information
1 parent
0244c5e
commit 5decb48
Showing
13 changed files
with
449 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
|
||
# DataMatrixVersion | ||
|
||
## Enum | ||
|
||
|
||
* `AUTO` (value: `"Auto"`) | ||
|
||
* `ROWSCOLUMNS` (value: `"RowsColumns"`) | ||
|
||
* `ECC000_9X9` (value: `"ECC000_9x9"`) | ||
|
||
* `ECC000_050_11X11` (value: `"ECC000_050_11x11"`) | ||
|
||
* `ECC000_100_13X13` (value: `"ECC000_100_13x13"`) | ||
|
||
* `ECC000_100_15X15` (value: `"ECC000_100_15x15"`) | ||
|
||
* `ECC000_140_17X17` (value: `"ECC000_140_17x17"`) | ||
|
||
* `ECC000_140_19X19` (value: `"ECC000_140_19x19"`) | ||
|
||
* `ECC000_140_21X21` (value: `"ECC000_140_21x21"`) | ||
|
||
* `ECC000_140_23X23` (value: `"ECC000_140_23x23"`) | ||
|
||
* `ECC000_140_25X25` (value: `"ECC000_140_25x25"`) | ||
|
||
* `ECC000_140_27X27` (value: `"ECC000_140_27x27"`) | ||
|
||
* `ECC000_140_29X29` (value: `"ECC000_140_29x29"`) | ||
|
||
* `ECC000_140_31X31` (value: `"ECC000_140_31x31"`) | ||
|
||
* `ECC000_140_33X33` (value: `"ECC000_140_33x33"`) | ||
|
||
* `ECC000_140_35X35` (value: `"ECC000_140_35x35"`) | ||
|
||
* `ECC000_140_37X37` (value: `"ECC000_140_37x37"`) | ||
|
||
* `ECC000_140_39X39` (value: `"ECC000_140_39x39"`) | ||
|
||
* `ECC000_140_41X41` (value: `"ECC000_140_41x41"`) | ||
|
||
* `ECC000_140_43X43` (value: `"ECC000_140_43x43"`) | ||
|
||
* `ECC000_140_45X45` (value: `"ECC000_140_45x45"`) | ||
|
||
* `ECC000_140_47X47` (value: `"ECC000_140_47x47"`) | ||
|
||
* `ECC000_140_49X49` (value: `"ECC000_140_49x49"`) | ||
|
||
* `ECC200_10X10` (value: `"ECC200_10x10"`) | ||
|
||
* `ECC200_12X12` (value: `"ECC200_12x12"`) | ||
|
||
* `ECC200_14X14` (value: `"ECC200_14x14"`) | ||
|
||
* `ECC200_16X16` (value: `"ECC200_16x16"`) | ||
|
||
* `ECC200_18X18` (value: `"ECC200_18x18"`) | ||
|
||
* `ECC200_20X20` (value: `"ECC200_20x20"`) | ||
|
||
* `ECC200_22X22` (value: `"ECC200_22x22"`) | ||
|
||
* `ECC200_24X24` (value: `"ECC200_24x24"`) | ||
|
||
* `ECC200_26X26` (value: `"ECC200_26x26"`) | ||
|
||
* `ECC200_32X32` (value: `"ECC200_32x32"`) | ||
|
||
* `ECC200_36X36` (value: `"ECC200_36x36"`) | ||
|
||
* `ECC200_40X40` (value: `"ECC200_40x40"`) | ||
|
||
* `ECC200_44X44` (value: `"ECC200_44x44"`) | ||
|
||
* `ECC200_48X48` (value: `"ECC200_48x48"`) | ||
|
||
* `ECC200_52X52` (value: `"ECC200_52x52"`) | ||
|
||
* `ECC200_64X64` (value: `"ECC200_64x64"`) | ||
|
||
* `ECC200_72X72` (value: `"ECC200_72x72"`) | ||
|
||
* `ECC200_80X80` (value: `"ECC200_80x80"`) | ||
|
||
* `ECC200_88X88` (value: `"ECC200_88x88"`) | ||
|
||
* `ECC200_96X96` (value: `"ECC200_96x96"`) | ||
|
||
* `ECC200_104X104` (value: `"ECC200_104x104"`) | ||
|
||
* `ECC200_120X120` (value: `"ECC200_120x120"`) | ||
|
||
* `ECC200_132X132` (value: `"ECC200_132x132"`) | ||
|
||
* `ECC200_144X144` (value: `"ECC200_144x144"`) | ||
|
||
* `ECC200_8X18` (value: `"ECC200_8x18"`) | ||
|
||
* `ECC200_8X32` (value: `"ECC200_8x32"`) | ||
|
||
* `ECC200_12X26` (value: `"ECC200_12x26"`) | ||
|
||
* `ECC200_12X36` (value: `"ECC200_12x36"`) | ||
|
||
* `ECC200_16X36` (value: `"ECC200_16x36"`) | ||
|
||
* `ECC200_16X48` (value: `"ECC200_16x48"`) | ||
|
||
* `DMRE_8X48` (value: `"DMRE_8x48"`) | ||
|
||
* `DMRE_8X64` (value: `"DMRE_8x64"`) | ||
|
||
* `DMRE_8X80` (value: `"DMRE_8x80"`) | ||
|
||
* `DMRE_8X96` (value: `"DMRE_8x96"`) | ||
|
||
* `DMRE_8X120` (value: `"DMRE_8x120"`) | ||
|
||
* `DMRE_8X144` (value: `"DMRE_8x144"`) | ||
|
||
* `DMRE_12X64` (value: `"DMRE_12x64"`) | ||
|
||
* `DMRE_12X88` (value: `"DMRE_12x88"`) | ||
|
||
* `DMRE_16X64` (value: `"DMRE_16x64"`) | ||
|
||
* `DMRE_20X36` (value: `"DMRE_20x36"`) | ||
|
||
* `DMRE_20X44` (value: `"DMRE_20x44"`) | ||
|
||
* `DMRE_20X64` (value: `"DMRE_20x64"`) | ||
|
||
* `DMRE_22X48` (value: `"DMRE_22x48"`) | ||
|
||
* `DMRE_24X48` (value: `"DMRE_24x48"`) | ||
|
||
* `DMRE_24X64` (value: `"DMRE_24x64"`) | ||
|
||
* `DMRE_26X40` (value: `"DMRE_26x40"`) | ||
|
||
* `DMRE_26X48` (value: `"DMRE_26x48"`) | ||
|
||
* `DMRE_26X64` (value: `"DMRE_26x64"`) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.