In This Topic
Sets image vertical and horizontal resolution, in dots per inch.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Resolution(value);
function set_Resolution(
: number
) : any;
Parameters
- value
- Image vertical and horizontal resolution, in dots per inch.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also