WebBarcodeImagePixelFormatEnumJS Enumeration
In This Topic
Specifies the format of the color data for each pixel in the barcode image.
Members
Member | Description |
Indexed1 | Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it. |
Bgr24 | Specifies that the format is 24 bits per pixel; 8 bits each are used for the blue, green, and red components. |
Bgra32 | Specifies that the format is 32 bits per pixel; 8 bits each are used for the blue, green, red and alpha components. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Barcode.WebBarcodeImagePixelFormatEnumJS
Browser Compatibility
See Also