Package | Description |
---|---|
com.itextpdf.barcodes | |
com.itextpdf.barcodes.qrcode |
Modifier and Type | Method and Description |
---|---|
Map<EncodeHintType,Object> |
BarcodeQRCode.getHints() |
Modifier and Type | Method and Description |
---|---|
void |
BarcodeQRCode.setHints(Map<EncodeHintType,Object> hints) |
Constructor and Description |
---|
BarcodeQRCode(String code, 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).
|
static EncodeHintType |
EncodeHintType.MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).
|
Modifier and Type | Method and Description |
---|---|
ByteMatrix |
QRCodeWriter.encode(String contents, int width, int height, Map<EncodeHintType,Object> hints)
Encode a string into a QR code with dimensions width x height.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.