Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.qrcode |
Constructor and Description |
---|
BarcodeQRCode(String content, int width, int height, Map<EncodeHintType,Object> hints)
Creates the QR barcode.
|
Modifier and Type | Field and Description |
---|---|
static EncodeHintType |
EncodeHintType.CHARACTER_SET
Specifies what character encoding to use where applicable (type String)
|
static EncodeHintType |
EncodeHintType.ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
|
Modifier and Type | Method and Description |
---|---|
static void |
Encoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,Object> hints, QRCode qrCode) |
ByteMatrix |
QRCodeWriter.encode(String contents, int width, int height, Map<EncodeHintType,Object> hints) |
Copyright © 1998–2017. All rights reserved.