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 height
width
- total width
heightSection
- height of a single section
widthSection
- width of a single section
dataSize
- size of the data
dataBlock
- size of a data-block
errorBlock
- size of a error-correction block
Copyright © 1998–2018 iText Group NV. All rights reserved.