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