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

    Return Value

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