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 > MicroPDF417BarcodeReadOptions Class : MicroPDF417BarcodeReadOptions Constructor |
public MicroPDF417BarcodeReadOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New MicroPDF417BarcodeReadOptions()
public MicroPDF417BarcodeReadOptions()
- (instancetype)init
public MicroPDF417BarcodeReadOptions()
function 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) |
ReadMode | |
ReadOptionalMacroFileNameField |
false |
ReadOptionalMacroSegmentCountField |
false |
ReadOptionalMacroTimestampField |
false |
ReadOptionalMacroSenderField |
false |
ReadOptionalMacroAddresseeField |
false |
ReadOptionalMacroFileSizeField |
false |
ReadOptionalMacroChecksumField |
false |
ReadOptionalMacro79AndAZField |
false |
For an example, refer to MicroPDF417BarcodeReadOptions.