[]
Specifies the masks for the QRCode barcode symbology.
public enum Mask
| Name | Description |
|---|---|
| Auto | Specifies that the mask pattern will be selected automatically. |
| Mask000 | Specifies the mask pattern 000. |
| Mask001 | Specifies the mask pattern 001. |
| Mask010 | Specifies the mask pattern 010. |
| Mask011 | Specifies the mask pattern 011. |
| Mask100 | Specifies the mask pattern 100. |
| Mask101 | Specifies the mask pattern 101. |
| Mask110 | Specifies the mask pattern 110. |
| Mask111 | Specifies the mask pattern 111. |