set_MatrixBarcodeMaxCellSize Method
 
            
                In This Topic
            
            Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MatrixBarcodeMaxCellSize(value);
 
    
      
      function set_MatrixBarcodeMaxCellSize(
    : number
) : any;
 
    
       
      Parameters
- value
 
- Maximum cell size, in pixels.
 
     
Exceptions
| Exception | Description | 
 | Thrown if argument has wrong type. | 
 
Browser Compatibility
See Also