Click or drag to resize

ReadOpts Class

Encapsulates the options for reading barcodes from images.
Inheritance Hierarchy
SystemObject
  Atalasoft.Barcoding.ReadingReadOpts

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class ReadOpts

The ReadOpts type exposes the following members.

Constructors
  NameDescription
Public methodReadOpts
Creates an instance with each property initialised as described in the Public Instance Properties section.
Public methodReadOpts(ReadOpts)
Creates a new instance, initialized to match the values of the specified ReadOpts.
Top
Properties
  NameDescription
Public propertyAztecOptions
Additional options specific to the Aztec symbology.
Public propertyCodabarOptions
Additional options specific to the Codabar symbology.
Public propertyCode39Options
Reading options specific to the Code39 symbology
Public propertyDirection
Enabled barcode orientations
Public propertyEnableRescan
Enable/Disable rescan procedure on the local region for detection results with low confidence. Default value: true.
Public propertyEnforceChecksum
Enforce the checksum in those symbologies in which a checksum character is optional. Initialized to false by constructor.
Public propertyPdf417Options
Additional options specific to the PDF417 symbology.
Public propertyQRCodeOptions
Additional options specific to the QRCode symbology.
Public propertyQuietZoneTolerance
How strongly to enforce quiet zone requirements, from 0.0 (ignore them) to 1.0 (enforce strictly). Default: 1.0
Public propertyReadingQuality
Gets or sets the speed or accuracy of the BarCodeReader.
Public propertyRectOfInterest
Gets or sets a rectangular region of the image to look for barcodes.
Public propertyScanBarsToRead
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.
Public propertyScanInterval
Gets or sets the scan interval. Initialized to 5 by constructor.
Public propertySkipAllValidation
Sets or gets whether or not the barcode reader should skip validation.
Public propertySymbology
Gets or sets the barcode symbology
Public propertyXOptions Obsolete.
Extra options for configuring the reader.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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.)
Top
See Also