ComponentOne BarCode for UWP
C1.BarCode Namespace / MicroQRCodeOptions Class / Mask Property

In This Topic
    Mask Property (MicroQRCodeOptions)
    In This Topic
    Gets or sets the pattern used for the barcode's masking.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Mask As MicroQRCodeMask
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public MicroQRCodeMask Mask {get; set;}
    See Also