VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / SearchDataMatrixRectangularExtensionBarcodes Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    SearchDataMatrixRectangularExtensionBarcodes Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли распознаватель штрих-кодов искать штрих-коды в формате Data Matrix Rectangular Extension (DMRE).
    Синтаксис
    '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 - поиск штрих-кодов DRME отключен; true - поиск штрих-кодов DRME включен. Значение по умолчанию - true.
    Ремарки

    Штрих-код "Data Matrix Rectangular Extension (DMRE)", определенный в ISO/IEC 21471:2025.

    Требования

    Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также