Spread Windows Forms 12.0 Product Documentation
Mask Property (QRCode)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > QRCode Class : Mask Property
Gets or sets the pattern used at the masking of QR Code.
Syntax
'Declaration
 
Public Property Mask As QRCode.QRCodeMask
'Usage
 
Dim instance As QRCode
Dim value As QRCode.QRCodeMask
 
instance.Mask = value
 
value = instance.Mask
public QRCode.QRCodeMask Mask {get; set;}

Property Value

QRCode.QRCodeMask setting that specifies the pattern
See Also

Reference

QRCode Class
QRCode Members