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