Uses of Class
com.itextpdf.text.pdf.qrcode.EncodeHintType
Packages that use EncodeHintType
-
Uses of EncodeHintType in com.itextpdf.text.pdf
Constructor parameters in com.itextpdf.text.pdf with type arguments of type EncodeHintTypeModifierConstructorDescriptionBarcodeQRCode
(String content, int width, int height, Map<EncodeHintType, Object> hints) Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode declared as EncodeHintTypeModifier 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).Method parameters in com.itextpdf.text.pdf.qrcode with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionstatic void
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, Object> hints, QRCode qrCode) QRCodeWriter.encode
(String contents, int width, int height, Map<EncodeHintType, Object> hints)