'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
'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
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. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Barcode.BarcodeImagePixelFormat
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5