Class EncodeHintType

java.lang.Object
com.itextpdf.barcodes.qrcode.EncodeHintType

public final class EncodeHintType extends Object
These are a set of hints that you may pass to Writers to specify their behavior.
  • Field Details

    • ERROR_CORRECTION

      public static final EncodeHintType ERROR_CORRECTION
      Specifies what degree of error correction to use, for example in QR Codes (type Integer).
    • CHARACTER_SET

      public static final EncodeHintType CHARACTER_SET
      Specifies what character encoding to use where applicable (type String)
    • MIN_VERSION_NR

      public static final EncodeHintType MIN_VERSION_NR
      Specifies the minimal version level to use, for example in QR Codes (type Integer).