set_DotCodeMatrixMaxArea Method
In This Topic
Sets the maximum area of DotCodeBarcode, in dots.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_DotCodeMatrixMaxArea(value);
function set_DotCodeMatrixMaxArea(
: number
) : any;
Parameters
- value
- The maximum area of DotCodeBarcode, in dots. Default value is 15000.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also