Link Search Menu Expand Document

ReaderDecodingTimeOut Property

Timeout (in milliseconds) for the decoding process for one barcode type and per page. Default is 0 (zero), disabled. Set to timeout in milliseconds to check timeout time while decoding. If decoding takes longer than timeout then the SDK aborts decoding and throws BarcodeReaderDecodingTimeoutException is thrown.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public int DecodingTimeOut { get; set; }

Property Value

Type: Int32

Implements

IReaderDecodingTimeOut
See Also

Reference