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