The BarcodeReaderHints type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BarcodeReaderHints | Initializes a new instance of the BarcodeReaderHints class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BarcodeRotation |
Gets or sets the barcode orientation on the source image. Default is None (zero degrees).
| |
| CodabarEnableMod16Checksum |
Gets or sets whether the reader should scan only Codabar barcodes that have a valid Mod 16 checksum. Default is false.
| |
| CodabarMinSymbolLength |
Gets or sets the minimum number of characters a Codabar barcode should contain. Default is 5.
| |
| CodabarTransmitMod16Checksum |
Gets or sets whether the reader should transmit the Mod 16 checksum for Codabar barcodes. Default is false.
| |
| CodabarTransmitStartStopChars |
Gets or sets whether the reader should transmit the Codabar start and stop characters. Default is false.
| |
| Code128MinSymbolLength |
Gets or sets the minimum number of characters a Code 128 barcode should contain. Default is 3.
| |
| Code39EnableFullAsciiMode |
Gets or sets whether the reader should convert Code 39 data to full ASCII mode. Default is false.
| |
| Code39EnableMod43Checksum |
Gets or sets whether the reader should scan only Code 39 barcodes that have a valid Mod 43 checksum. Default is false.
| |
| Code39MinSymbolLength |
Gets or sets the minimum number of characters a Code 39 barcode should contain. Default is 3.
| |
| Code39TransmitMod43Checksum |
Gets or sets whether the reader should transmit the Mod 43 checksum for Code 39 barcodes. Default is false.
| |
| Code93MinSymbolLength |
Gets or sets the minimum number of characters a Code 93 barcode should contain. Default is 3.
| |
| EanUpcConvertUpcEtoUpcA |
Gets or sets whether the reader should convert the UPC-E code to the UPC-A equivalent code. Default is false.
| |
| EanUpcDecodeUpcAasEan13 |
Gets or sets whether the reader should decode UPC-A as EAN-13 barcodes. Default is true.
| |
| EanUpcTransmitChecksum |
Gets or sets whether the reader should transmit the checksum/check-digit for any EAN/UPC barcodes. Default is true.
| |
| EanUpcTransmitLeadZeroOnUpcE |
Gets or sets whether the reader should transmit a leading zero when decoding UPC-E barcodes. Default is true.
| |
| Industrial2of5EnableMod10Checksum |
Gets or sets whether the reader should scan only Industrial 2 of 5 barcodes that have a valid Mod 10 checksum. Default is false.
| |
| Industrial2of5MinSymbolLength |
Gets or sets the minimum number of characters a Industrial 2 of 5 barcode should contain. Default is 3.
| |
| Industrial2of5TransmitMod10Checksum |
Gets or sets whether the reader should transmit the Mod 10 checksum for Industrial 2 of 5 barcodes. Default is false.
| |
| Interleaved2of5EnableMod10Checksum |
Gets or sets whether the reader should scan only Interleaved 2 of 5 barcodes that have a valid Mod 10 checksum. Default is false.
| |
| Interleaved2of5MinSymbolLength |
Gets or sets the minimum number of characters a Interleaved 2 of 5 barcode should contain. Default is 6.
| |
| InterleavedTransmitMod10Checksum |
Gets or sets whether the reader should transmit the Mod 10 checksum for Interleaved 2 of 5 barcodes. Default is false.
| |
| InvertSourceImage |
Gets or sets whether the reader should invert (convert to negative) the source image before starting the scanning process. Default is false.
| |
| MaxNumOfBarcodes |
Gets or sets the maximum number of barcodes to be found and decoded. Setting up this to zero indicates that the number of barcodes is unknown. Default is 1.
| |
| ScanDirection |
Gets or sets the scan direction used by the reader. Default is MiddleOutwards.
| |
| ScanlineDistance |
Gets or sets the distance (in pixel unit) between scanline steps. Default is 0.
| |
| ScanlineThickness |
Gets or sets the scanline thickness (in pixel unit). Default is 2.
| |
| ScanTimeout |
Gets or sets the amount of time (in Milliseconds) after which the scan process will time out. Default is zero which indicates an infinite time-out period.
|