public class DmParams extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
dataBlock |
int |
dataSize |
int |
errorBlock |
int |
height |
int |
heightSection |
int |
width |
int |
widthSection |
| Constructor and Description |
|---|
DmParams(int height,
int width,
int heightSection,
int widthSection,
int dataSize,
int dataBlock,
int errorBlock)
Creates a DM code parameter block
|
public int height
public int width
public int heightSection
public int widthSection
public int dataSize
public int dataBlock
public int errorBlock
public DmParams(int height,
int width,
int heightSection,
int widthSection,
int dataSize,
int dataBlock,
int errorBlock)
height - total heightwidth - total widthheightSection - height of a single sectionwidthSection - width of a single sectiondataSize - size of the datadataBlock - size of a data-blockerrorBlock - size of a error-correction blockCopyright © 1998–2020 iText Group NV. All rights reserved.