'Declaration <DescriptionAttribute("Barcode reader must search for mirrored barcodes.")> <DefaultValueAttribute(True)> Public Property SearchMirrored2DBarcodes As Boolean
[Description("Barcode reader must search for mirrored barcodes.")] [DefaultValue(True)] public bool SearchMirrored2DBarcodes { get; set; }
[Description("Barcode reader must search for mirrored barcodes.")] [DefaultValue(True)] public: __property bool get_SearchMirrored2DBarcodes(); public: __property void set_SearchMirrored2DBarcodes(
bool value
);
[Description("Barcode reader must search for mirrored barcodes.")] [DefaultValue(True)] public:
property bool SearchMirrored2DBarcodes { bool get(); void set(bool value); }
Property Value
True - barcode reader must search for mirrored 2D barcodes; false - barcode reader must not search for mirrored 2D barcodes. Default value is true.