Resource Base
Table of contents

DBRRuntimeSettings

Interface DBRRuntimeSettings. It stores the basic barcode decoding settings when using Dynamsoft Barcode Reader.

export interface DBRRuntimeSettings {
    // Sets the formats of the barcode in BarcodeFormat group 1 to be read. Barcode formats in BarcodeFormat group 1 can be combined.
    barcodeFormatIds: number;

    // Sets the formats of the barcode in BarcodeFormat group 2 to be read. Barcode formats in BarcodeFormat group 2 can be combined.
    barcodeFormatIds_2: number;

    // Sets the number of barcodes expected to be detected for each image.
    expectedBarcodesCount: number;
    
    // Sets the maximum amount of time (in milliseconds) that should be spent searching for a barcode per page.
    timeout: number;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

latest version

    Change +