ComponentOne BarCode for UWP
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
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Mask As QRCodeMask
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public QRCodeMask Mask {get; set;}
    See Also