SearchMirrored2DBarcodes Property (ReaderSettings)
Gets or sets a value indicating whether the barcode reader must search for mirrored 2D barcodes.
[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
);
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.
Recognition of mirrored 2D barcodes is supported for the following 2D barcode types:
- Aztec Code
- DotCode
- DataMatrix (for square matrix only)
- QR Code
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5