VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / SearchMirrored2DBarcodes Property
Syntax Remarks Requirements SeeAlso
In This Topic
SearchMirrored2DBarcodes Property (ReaderSettings)
In This Topic
Gets or sets a value indicating whether the barcode reader must search for mirrored 2D barcodes.
Syntax
'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; }

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.
Remarks

Recognition of mirrored 2D barcodes is supported for the following 2D barcode types:

  • Aztec Code
  • DotCode
  • DataMatrix (for square matrix only)
  • QR Code

Requirements

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

See Also