Uses of Class
com.google.zxing.pdf417.encoder.PDF417
-
Packages that use PDF417 Package Description com.google.zxing.pdf417 -
-
Uses of PDF417 in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 with parameters of type PDF417 Modifier and Type Method 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
-