Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / Mask Property


In This Topic
    Mask Property (QRCode)
    In This Topic
    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;}
    See Also