Initializes a new instance of the DatamatrixBarcodeReadOptions class with default values.
public DatamatrixBarcodeReadOptions()
Public Function New()
- (instancetype)init
public DatamatrixBarcodeReadOptions()
public:
DatamatrixBarcodeReadOptions();
In addition to setting the base class members as specified in BarcodeReadOptions(), the following members are initialized as follows:
Member | Value |
---|---|
EnableDoublePass |
false (for maximum performance) |
EnableDoublePassIfSuccess |
false (for maximum performance) |
EnableInvertedSymbols |
false |
EnableFastMode |
true |
ReadSquareSymbolsOnly |
false |
EnableSmallSymbols |
true |
GS1toHRI |
false |
For an example, refer to DatamatrixBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET