VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_DotCodeMatrixMinArea Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DotCodeMatrixMinArea Method
    In This Topic
    Gets the minimum area of DotCodeBarcode, in dots.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: number
    value = instance.get_DotCodeMatrixMinArea();
    
    
    function get_DotCodeMatrixMinArea() : number;
    

    Return Value

    The minimum area of DotCodeBarcode, in dots. Default value is 90.
    Browser Compatibility
    9
    5
    11
    5
    See Also