Package com.itextpdf.barcodes.qrcode
Class EncodeHintType
java.lang.Object
com.itextpdf.barcodes.qrcode.EncodeHintType
These are a set of hints that you may pass to Writers to specify their behavior.
- Author:
- dswitkin@google.com (Daniel Switkin)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EncodeHintType
Specifies what character encoding to use where applicable (type String)static final EncodeHintType
Specifies what degree of error correction to use, for example in QR Codes (type Integer).static final EncodeHintType
Specifies the minimal version level to use, for example in QR Codes (type Integer). -
Method Summary
-
Field Details
-
ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer). -
CHARACTER_SET
Specifies what character encoding to use where applicable (type String) -
MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).
-