ReadOpts Class |
Namespace: Atalasoft.Barcoding.Reading
The ReadOpts type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadOpts | Creates an instance with each property initialised as described in the Public Instance Properties section.
| |
| ReadOpts(ReadOpts) | Creates a new instance, initialized to match the values of the specified ReadOpts. |
| Name | Description | |
|---|---|---|
| AztecOptions |
Additional options specific to the Aztec symbology.
| |
| CodabarOptions | Additional options specific to the Codabar symbology.
| |
| Code39Options | Reading options specific to the Code39 symbology | |
| Direction | Enabled barcode orientations | |
| EnableRescan | Enable/Disable rescan procedure on the local region for detection results with low confidence. Default value: true.
| |
| EnforceChecksum | Enforce the checksum in those symbologies in which a checksum character
is optional. Initialized to false by
constructor. | |
| Pdf417Options |
Additional options specific to the PDF417 symbology.
| |
| QRCodeOptions |
Additional options specific to the QRCode symbology.
| |
| QuietZoneTolerance | How strongly to enforce quiet zone requirements,
from 0.0 (ignore them) to 1.0 (enforce strictly). Default: 1.0 | |
| ReadingQuality | Gets or sets the speed or accuracy of the BarCodeReader. | |
| RectOfInterest | Gets or sets a rectangular region of the image to look for barcodes. | |
| ScanBarsToRead | Gets or sets the number of bars to attempt to read. The value of this field is not significant when
searching two color (e.g. black and white) images for one-dimensional or stacked symbols. Initialised to Int32.MaxValue
by constructor. | |
| ScanInterval | Gets or sets the scan interval. Initialized to 5 by constructor. | |
| SkipAllValidation | Sets or gets whether or not the barcode reader should skip validation. | |
| Symbology | Gets or sets the barcode symbology | |
| XOptions | Obsolete. Extra options for configuring the reader. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |