set_DotCodeRectangularModules Method
In This Topic
Sets a value indicating whether the barcode writer must generate the Dotcode cells with square form.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_DotCodeRectangularModules(value);
function set_DotCodeRectangularModules(
: boolean
) : any;
Parameters
- value
- True - the barcode writer must generate the Dotcode cells with square form; False - the barcode writer must generate the Dotcode cells with circle form. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also