The BarcodeReaderHints type exposes the following members.

Constructors

  NameDescription
Public methodBarcodeReaderHints
Initializes a new instance of the BarcodeReaderHints class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBarcodeRotation
Gets or sets the barcode orientation on the source image. Default is None (zero degrees).
Public propertyCodabarEnableMod16Checksum
Gets or sets whether the reader should scan only Codabar barcodes that have a valid Mod 16 checksum. Default is false.
Public propertyCodabarMinSymbolLength
Gets or sets the minimum number of characters a Codabar barcode should contain. Default is 5.
Public propertyCodabarTransmitMod16Checksum
Gets or sets whether the reader should transmit the Mod 16 checksum for Codabar barcodes. Default is false.
Public propertyCodabarTransmitStartStopChars
Gets or sets whether the reader should transmit the Codabar start and stop characters. Default is false.
Public propertyCode128MinSymbolLength
Gets or sets the minimum number of characters a Code 128 barcode should contain. Default is 3.
Public propertyCode39EnableFullAsciiMode
Gets or sets whether the reader should convert Code 39 data to full ASCII mode. Default is false.
Public propertyCode39EnableMod43Checksum
Gets or sets whether the reader should scan only Code 39 barcodes that have a valid Mod 43 checksum. Default is false.
Public propertyCode39MinSymbolLength
Gets or sets the minimum number of characters a Code 39 barcode should contain. Default is 3.
Public propertyCode39TransmitMod43Checksum
Gets or sets whether the reader should transmit the Mod 43 checksum for Code 39 barcodes. Default is false.
Public propertyCode93MinSymbolLength
Gets or sets the minimum number of characters a Code 93 barcode should contain. Default is 3.
Public propertyEanUpcConvertUpcEtoUpcA
Gets or sets whether the reader should convert the UPC-E code to the UPC-A equivalent code. Default is false.
Public propertyEanUpcDecodeUpcAasEan13
Gets or sets whether the reader should decode UPC-A as EAN-13 barcodes. Default is true.
Public propertyEanUpcTransmitChecksum
Gets or sets whether the reader should transmit the checksum/check-digit for any EAN/UPC barcodes. Default is true.
Public propertyEanUpcTransmitLeadZeroOnUpcE
Gets or sets whether the reader should transmit a leading zero when decoding UPC-E barcodes. Default is true.
Public propertyIndustrial2of5EnableMod10Checksum
Gets or sets whether the reader should scan only Industrial 2 of 5 barcodes that have a valid Mod 10 checksum. Default is false.
Public propertyIndustrial2of5MinSymbolLength
Gets or sets the minimum number of characters a Industrial 2 of 5 barcode should contain. Default is 3.
Public propertyIndustrial2of5TransmitMod10Checksum
Gets or sets whether the reader should transmit the Mod 10 checksum for Industrial 2 of 5 barcodes. Default is false.
Public propertyInterleaved2of5EnableMod10Checksum
Gets or sets whether the reader should scan only Interleaved 2 of 5 barcodes that have a valid Mod 10 checksum. Default is false.
Public propertyInterleaved2of5MinSymbolLength
Gets or sets the minimum number of characters a Interleaved 2 of 5 barcode should contain. Default is 6.
Public propertyInterleavedTransmitMod10Checksum
Gets or sets whether the reader should transmit the Mod 10 checksum for Interleaved 2 of 5 barcodes. Default is false.
Public propertyInvertSourceImage
Gets or sets whether the reader should invert (convert to negative) the source image before starting the scanning process. Default is false.
Public propertyMaxNumOfBarcodes
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.
Public propertyScanDirection
Gets or sets the scan direction used by the reader. Default is MiddleOutwards.
Public propertyScanlineDistance
Gets or sets the distance (in pixel unit) between scanline steps. Default is 0.
Public propertyScanlineThickness
Gets or sets the scanline thickness (in pixel unit). Default is 2.
Public propertyScanTimeout
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.

See Also