Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : DatamatrixBarcodeReadOptions Constructor |
public DatamatrixBarcodeReadOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New DatamatrixBarcodeReadOptions()
public DatamatrixBarcodeReadOptions()
- (instancetype)init
public DatamatrixBarcodeReadOptions()
function 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.