VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeImagePixelFormatEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
    WebBarcodeImagePixelFormatEnumJS Enumeration
    Specifies the format of the color data for each pixel in the barcode image.
    Members
    MemberDescription
    Indexed1Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it.
    Bgr24Specifies that the format is 24 bits per pixel; 8 bits each are used for the blue, green, and red components.
    Bgra32Specifies 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
    9
    5
    11
    5
    See Also