Web API Edition | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_QRCodeOptions_Mask", "Gets or sets the pattern used for the barcode masking.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Mask As QRCodeMask
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_QRCodeOptions_Mask", "Gets or sets the pattern used for the barcode masking.")]
    [NotifyParentProperty(true)]
    public QRCodeMask Mask {get; set;}
    See Also