qrMaskPattern property

EncodeHintType<int> qrMaskPattern
final

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.

  • (Type {@link Integer}, or {@link String} representation of the integer value).

Implementation

static final qrMaskPattern = EncodeHintType<int>();