EncodeHintType
These are a set of hints that you may pass to Writers to specify their behavior.
Entries
Specifies what degree of error correction to use, for example in QR Codes. Type depends on the encoder. For example for QR codes it's type ErrorCorrectionLevel. For Aztec it is an Int, representing the minimal percentage of error correction words. For PDF417 it is an Int; valid values are 0 to 8. In all cases, it can also be a String representation of the desired value as well. Note: an Aztec symbol should have a minimum of 25% EC words.
Specifies what character encoding to use where applicable (type String)
Specifies the exact version of QR code to be encoded. Accepts an Int or its String representation.
Specifies the QR code mask pattern to be used. Allowed values are 0..QRCode.NUM_MASK_PATTERNS-1. By default the code will automatically select the optimal mask pattern. Accepts an Int or its String representation.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.