VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_MatrixBarcodeMaxCellSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MatrixBarcodeMaxCellSize Method
    In This Topic
    Gets the maximum cell size, in pixels, for two-dimensional matrix barcodes (Aztec, DataMatrix, DotCode, QR, Micro QR, Han Xin Code, Maxicode).
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: number
    value = instance.get_MatrixBarcodeMaxCellSize();
    
    
    function get_MatrixBarcodeMaxCellSize() : number;
    

    Return Value

    Maximum cell size, in pixels.
    Browser Compatibility
    9
    5
    11
    5
    See Also