In This Topic
Sets the width (and height for 2D barcodes), in pixels, of single block.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MinWidth(value);
function set_MinWidth(
: number
) : any;
Parameters
- value
- Width (and height for 2D barcodes), in pixels, of single block.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also