'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 - enables remove of "peas" from image,
false - disables remove of "peas" from image.
Default value is true.
false - disables remove of "peas" from image.
Default value is true.