VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / SearchDataMatrixRectangularExtensionBarcodes Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SearchDataMatrixRectangularExtensionBarcodes Property (ReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader must search the Data Matrix Rectangular Extension (DMRE) barcode symbology.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")>
    Public Property SearchDataMatrixRectangularExtensionBarcodes As Boolean
    
    
    [DefaultValue(True)]
    [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")]
    public bool SearchDataMatrixRectangularExtensionBarcodes { get; set; }
    
    
    [DefaultValue(True)]
    [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")]
    public: __property bool get_SearchDataMatrixRectangularExtensionBarcodes();
    public: __property void set_SearchDataMatrixRectangularExtensionBarcodes(
    bool value
    );
    [DefaultValue(True)]
    [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")]
    public:
    property bool SearchDataMatrixRectangularExtensionBarcodes { bool get(); void set(bool value); }

    Property Value

    false - search of DRME barcodes is disabled; true - search of DRME barcodes is enabled. Default value is true.
    Remarks

    "Data Matrix Rectangular Extension (DMRE)" barcode defined in ISO/IEC 21471:2025.

    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