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