'Declaration <DescriptionAttribute("Barcode reader removes "peas" from the image with barcodes before barcode search.")> <DefaultValueAttribute(True)> Public Property RemovePeas As Boolean
[Description("Barcode reader removes "peas" from the image with barcodes before barcode search.")] [DefaultValue(True)] public bool RemovePeas { get; set; }
[Description("Barcode reader removes "peas" from the image with barcodes before barcode search.")] [DefaultValue(True)] public: __property bool get_RemovePeas(); public: __property void set_RemovePeas(
bool value
);
[Description("Barcode reader removes "peas" from the image with barcodes before barcode search.")] [DefaultValue(True)] public:
property bool RemovePeas { bool get(); void set(bool value); }
Property Value
true - включает удаление "гороха" с изображения,
false - отключает удаление "горошка" с изображения.
Значение по умолчанию - true.
false - отключает удаление "горошка" с изображения.
Значение по умолчанию - true.