VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / DotCodeMatrixMaxArea Property
Syntax Requirements SeeAlso
In This Topic
    DotCodeMatrixMaxArea Property (ReaderSettings)
    In This Topic
    Gets or sets the maximum area of DotCodeBarcode, in dots.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(15000)>
    <DescriptionAttribute("Maximum area of DotCodeBarcode, in dots.")>
    Public Property DotCodeMatrixMaxArea As Integer
    
    
    [DefaultValue(15000)]
    [Description("Maximum area of DotCodeBarcode, in dots.")]
    public int DotCodeMatrixMaxArea { get; set; }
    
    
    [DefaultValue(15000)]
    [Description("Maximum area of DotCodeBarcode, in dots.")]
    public: __property int get_DotCodeMatrixMaxArea();
    public: __property void set_DotCodeMatrixMaxArea(
    int value
    );
    [DefaultValue(15000)]
    [Description("Maximum area of DotCodeBarcode, in dots.")]
    public:
    property int DotCodeMatrixMaxArea { int get(); void set(int value); }

    Property Value

    Default value is 15000.
    Requirements

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

    See Also