com.lowagie.text.pdf
private static class BarcodeDatamatrix.DmParams extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
dataBlock |
(package private) int |
dataSize |
(package private) int |
errorBlock |
(package private) int |
height |
(package private) int |
heightSection |
(package private) int |
width |
(package private) int |
widthSection |
Constructor and Description |
---|
BarcodeDatamatrix.DmParams(int height,
int width,
int heightSection,
int widthSection,
int dataSize,
int dataBlock,
int errorBlock) |