Uses of Class
com.itextpdf.barcodes.qrcode.EncodeHintType
-
Uses of EncodeHintType in com.itextpdf.barcodes
ModifierConstructorDescriptionBarcodeQRCode
(String code, Map<EncodeHintType, Object> hints) Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.barcodes.qrcode
Modifier and TypeFieldDescriptionstatic final EncodeHintType
EncodeHintType.CHARACTER_SET
Specifies what character encoding to use where applicable (type String)static final EncodeHintType
EncodeHintType.ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).static final EncodeHintType
EncodeHintType.MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).Modifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, int width, int height, Map<EncodeHintType, Object> hints) Encode a string into a QR code with dimensions width x height.