set_DotCodeMatrixWidthHeightRatio Method
In This Topic
Sets the width/height aspect ratio of DotCode matrix.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_DotCodeMatrixWidthHeightRatio(value);
function set_DotCodeMatrixWidthHeightRatio(
: number
) : any;
Parameters
- value
- The width/height aspect ratio of DotCode matrix. Default value is 1.5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also