'Declaration <DescriptionAttribute("Image pixel format.")> <DefaultValueAttribute(Bgra32)> <CategoryAttribute("Common")> Public Property PixelFormat As BarcodeImagePixelFormat
[Description("Image pixel format.")] [DefaultValue(Bgra32)] [Category("Common")] public BarcodeImagePixelFormat PixelFormat { get; set; }
[Description("Image pixel format.")] [DefaultValue(Bgra32)] [Category("Common")] public: __property BarcodeImagePixelFormat get_PixelFormat(); public: __property void set_PixelFormat(
BarcodeImagePixelFormat value
);
[Description("Image pixel format.")] [DefaultValue(Bgra32)] [Category("Common")] public:
property BarcodeImagePixelFormat PixelFormat { BarcodeImagePixelFormat get(); void set(BarcodeImagePixelFormat value); }
Property Value
Значение по умолчанию: BarcodeImagePixelFormat.Bgra32.