VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_DotCodeMatrixMinArea Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DotCodeMatrixMinArea Method
    In This Topic
    Sets the minimum area of DotCodeBarcode, in dots.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_DotCodeMatrixMinArea(value);
    
    
    function set_DotCodeMatrixMinArea(
    value
    The minimum area of DotCodeBarcode, in dots. Default value is 90.
    : number
    ) : any;

    Parameters

    value
    The minimum area of DotCodeBarcode, in dots. Default value is 90.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also