Uses of Class
com.itextpdf.barcodes.qrcode.EncodeHintType
Packages that use EncodeHintType
-
Uses of EncodeHintType in com.itextpdf.barcodes
Methods in com.itextpdf.barcodes that return types with arguments of type EncodeHintTypeMethod parameters in com.itextpdf.barcodes with type arguments of type EncodeHintTypeConstructor parameters in com.itextpdf.barcodes with type arguments of type EncodeHintTypeModifierConstructorDescriptionBarcodeQRCode(String code, Map<EncodeHintType, Object> hints) Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as EncodeHintTypeModifier and TypeFieldDescriptionstatic final EncodeHintTypeEncodeHintType.CHARACTER_SETSpecifies what character encoding to use where applicable (type String)static final EncodeHintTypeEncodeHintType.ERROR_CORRECTIONSpecifies what degree of error correction to use, for example in QR Codes (type Integer).static final EncodeHintTypeEncodeHintType.MIN_VERSION_NRSpecifies the minimal version level to use, for example in QR Codes (type Integer).Method parameters in com.itextpdf.barcodes.qrcode with type arguments of type EncodeHintTypeModifier 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.