'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")> Public Property Erode As Boolean
[DefaultValue(False)] [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")] public bool Erode { get; set; }
[DefaultValue(False)] [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")] public: __property bool get_Erode(); public: __property void set_Erode(
bool value
);
[DefaultValue(False)] [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")] public:
property bool Erode { bool get(); void set(bool value); }
Property Value
Значение по умолчанию false.