Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.qrcode |
Constructor and Description |
---|
BarcodeQRCode(java.lang.String content,
int width,
int height,
java.util.Map<EncodeHintType,java.lang.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(java.lang.String content,
ErrorCorrectionLevel ecLevel,
java.util.Map<EncodeHintType,java.lang.Object> hints,
QRCode qrCode) |
ByteMatrix |
QRCodeWriter.encode(java.lang.String contents,
int width,
int height,
java.util.Map<EncodeHintType,java.lang.Object> hints) |
Copyright © 2013. All Rights Reserved.