Click or drag to resize

TwainBarCode Class

This class provides access to barcode and patchcode specific methods.
Inheritance Hierarchy
SystemObject
  Atalasoft.TwainTwainBarCode

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class TwainBarCode

The TwainBarCode type exposes the following members.

Properties
  NameDescription
Public propertyDetectionEnabled
Gets or sets a value indicating whether the barcode or patchcode detection is enabled for the device.
Public propertyMaximumRetries
Gets or sets the maximum number of times the scanner will search for a barcode or patchcode before moving on.
Public propertyMaximumSearchPriorities
Gets or sets the maximum number of search priorities to use when scanning for barcodes and patchcodes.
Public propertySearchMode
Gets or sets the search mode to use when scanning for barcodes and patchcodes.
Public propertyTimeout
Gets or sets the number of seconds the device will wait per page until it moves on.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSearchModes
Returns the barcode search modes supported by the device.
Public methodGetSearchPriorities
Returns an the search priorities used by the device.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSearchPriorities
Sets the search priorities the device should use when scanning for barcodes and patchcodes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also