In This Topic
Sets the image pixel format.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebBarcodeImagePixelFormatEnumJS
returnValue = instance.set_PixelFormat(value);
Parameters
- value
- An instance of WebBarcodeImagePixelFormatEnumJS class that defines the image pixel format.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also