'Declaration <DefaultValueAttribute(Bgra32)> <CategoryAttribute("Common")> <DescriptionAttribute("Image pixel format.")> Public Property PixelFormat As BarcodeImagePixelFormat
[DefaultValue(Bgra32)] [Category("Common")] [Description("Image pixel format.")] public BarcodeImagePixelFormat PixelFormat { get; set; }
[DefaultValue(Bgra32)] [Category("Common")] [Description("Image pixel format.")] public: __property BarcodeImagePixelFormat get_PixelFormat(); public: __property void set_PixelFormat(
BarcodeImagePixelFormat value
);
[DefaultValue(Bgra32)] [Category("Common")] [Description("Image pixel format.")] public:
property BarcodeImagePixelFormat PixelFormat { BarcodeImagePixelFormat get(); void set(BarcodeImagePixelFormat value); }
Property Value
Default value is BarcodeImagePixelFormat.Bgra32.