BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / QRCodeOptions Class / Mask Property

In This Topic
    Mask Property (QRCodeOptions)
    In This Topic
    Gets or sets the pattern used for the barcode masking.
    Syntax
    'Declaration
     
    Public Property Mask As QRCodeMask
    public QRCodeMask Mask {get; set;}
    See Also