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