VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / QRMaskPattern Property
Syntax Requirements SeeAlso
In This Topic
    QRMaskPattern Property (WriterSettings)
    In This Topic
    Gets or sets QR mask pattern.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(-1)>
    <DescriptionAttribute("QR mask pattern.
    Default value is -1 (mask pattern is calculated automatically).")>
    <CategoryAttribute("QR Code")>
    Public Property QRMaskPattern As Integer
    
    
    [DefaultValue(-1)]
    [Description("QR mask pattern.
    Default value is -1 (mask pattern is calculated automatically).")]
    [Category("QR Code")]
    public int QRMaskPattern { get; set; }
    
    
    [DefaultValue(-1)]
    [Description("QR mask pattern.
    Default value is -1 (mask pattern is calculated automatically).")]
    [Category("QR Code")]
    public: __property int get_QRMaskPattern();
    public: __property void set_QRMaskPattern(
    int value
    );
    [DefaultValue(-1)]
    [Description("QR mask pattern.
    Default value is -1 (mask pattern is calculated automatically).")]
    [Category("QR Code")]
    public:
    property int QRMaskPattern { int get(); void set(int value); }

    Property Value

    -1 - parameter is calculated automatically.
    Default value is -1.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also