set_DotCodeMatrixWidth Method
In This Topic
Sets DotCode matrix width.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_DotCodeMatrixWidth(value);
function set_DotCodeMatrixWidth(
: number
) : any;
Parameters
- value
- The DotCode matrix width. Minimum value is 5. Default value is 0 (matrix width is calculated automatically).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also