VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeImagePixelFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    BarcodeImagePixelFormat Enumeration
    In This Topic
    Specifies the format of the color data for each pixel in the barcode image.
    Syntax
    'Declaration
    
    Public Enum BarcodeImagePixelFormat
       Inherits System.Enum
    
    
    public enum BarcodeImagePixelFormat : System.Enum
    
    
    __value public enum BarcodeImagePixelFormat : public System.Enum
    
    
    public enum class BarcodeImagePixelFormat : public System.Enum
    
    
    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

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeImagePixelFormat

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also