Contains extra options to use when reading MicroPDF417 barcodes.
[SerializableAttribute()]
public class MicroPDF417BarcodeReadOptions : BarcodeReadOptions
<TypeConverterAttribute()>
<SerializableAttribute()>
Public Class MicroPDF417BarcodeReadOptions
Inherits BarcodeReadOptions
Implements System.ICloneable
@interface LTMicroPDF417BarcodeReadOptions : LTBarcodeReadOptions
public class MicroPDF417BarcodeReadOptions extends BarcodeReadOptions
[TypeConverterAttribute()]
[SerializableAttribute()]
public ref class MicroPDF417BarcodeReadOptions : public BarcodeReadOptions, System.ICloneable
The MicroPDF417BarcodeReadOptions class is used to control the options when reading MicroPDF417 barcodes using LEADTOOLS. Set the options in two ways:
The BarcodeReader class contains default options for each barcode symbology (or group of common symbologies). These options can be retrieved using the BarcodeReader.GetDefaultOptions method passing BarcodeSymbology.MicroPDF417. Then, change the members of the returned MicroPDF417BarcodeReadOptions by casting it from BarcodeReadOptions to MicroPDF417BarcodeReadOptions.
You can also create an instance of the MicroPDF417BarcodeReadOptions class and use it directly in the BarcodeReader.ReadBarcode and BarcodeReader.ReadBarcodes methods that accept a single or array of options as an input parameter.
The base BarcodeReadOptions contains the following members and features:
Member | Description |
---|---|
BarcodeReadOptions.ForeColor |
Controls the barcode foreground color (color of the bars or symbols) to use when reading a barcode from a colored image. |
BarcodeReadOptions.BackColor |
Controls the barcode background color (color of the spaces) to use when reading a barcode from a colored image. |
BarcodeReadOptions.Load and BarcodeReadOptions.Save |
Can be used to save or load the options to/from an XML file or stream. |
BarcodeReadOptions.GetSupportedSymbologies |
This class overrides the base class method to return an array containing the following symbologies: BarcodeSymbology.MicroPDF417 |
In addition to the features and members, the MicroPDF417BarcodeReadOptions contains these MicroPDF417 barcode specific features:
Member | Description |
---|---|
SearchDirection | The direction to use when searching for barcodes (horizontal, vertical or both). |
EnableDoublePass | Enable internal auto preprocessing of the image data if no MicroPDF417 barcode was found. |
EnableDoublePassIfSuccess | Enable internal auto preprocessing of the image data even if some MicroPDF417 barcodes were found. |
EnablePreprocessing |
Enable applying auto segmentation and deep auto pre-processing to the image then re-scanning if no barcodes of this symbology are found. |
EnableReadingCCA3Columns | Enable reading CC type A with 3 columns. |
ReadMode | The channel mode to use when reading MicroPDF417 barcodes. |
ReadOptionalMacroFileNameField, ReadOptionalMacroSegmentCountField, ReadOptionalMacroTimestampField, ReadOptionalMacroSenderField, ReadOptionalMacroAddresseeField, ReadOptionalMacroFileSizeField, ReadOptionalMacroChecksumField and ReadOptionalMacro79AndAZField | Retrieve an optional macro field when reading MicroPDF417 barcodes. |
For an example, refer to MicroPDF417BarcodeData.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document