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