Gets or sets the pattern used for the barcode's masking.
[Visual Basic]
Public Property Mask As QRCodeMask
[C#]
public QRCodeMask Mask {get; set;}
Masking is the process used to balance brightness to confirm QRCode's read, which is selected from 8 different patterns. This property uses the QRCodeMask enumeration. The default value is -1, which indicates that the masking pattern is set automatically. The default value is recommended for most uses.
QRCodeOptions Class | QRCodeOptions Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.