Package | Description |
---|---|
com.google.zxing.pdf417 |
Modifier and Type | Method and Description |
---|---|
private static BitMatrix |
PDF417Writer.bitMatrixFromEncoder(PDF417 encoder,
java.lang.String contents,
int errorCorrectionLevel,
int width,
int height,
int margin,
boolean autoECI)
Takes encoder, accounts for width/height, and retrieves bit matrix
|