Uses of Class
com.itextpdf.barcodes.qrcode.ByteMatrix
-
Uses of ByteMatrix in com.itextpdf.barcodes.qrcode
Modifier and TypeMethodDescriptionEncode a string into a QR code with dimensions width x height, using error-correction level L and the smallest version for which he contents fit into the QR-code?QRCodeWriter.encode
(String contents, int width, int height, Map<EncodeHintType, Object> hints) Encode a string into a QR code with dimensions width x height.