Initializes a new instance of the MicroPDF417BarcodeReadOptions class with default values.
public MicroPDF417BarcodeReadOptions()
Public Function New()
- (instancetype)init
public MicroPDF417BarcodeReadOptions()
public:
MicroPDF417BarcodeReadOptions();
In addition to setting the base class members as specified in BarcodeReadOptions() , the following members are initialized as follows:
Member | Value |
---|---|
SearchDirection | |
EnableDoublePass |
false |
EnableDoublePassIfSuccess |
false (for maximum performance) |
EnableReadingCCA3Columns |
false |
ReadMode | |
ReadOptionalMacroFileNameField |
false |
ReadOptionalMacroSegmentCountField |
false |
ReadOptionalMacroTimestampField |
false |
ReadOptionalMacroSenderField |
false |
ReadOptionalMacroAddresseeField |
false |
ReadOptionalMacroFileSizeField |
false |
ReadOptionalMacroChecksumField |
false |
ReadOptionalMacro79AndAZField |
false |
For an example, refer to MicroPDF417BarcodeReadOptions.
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