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

    Property Value

    Default value is 90.
    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