Click or drag to resize

IsisBarcodeSettings Class

Represents Isis barcode settings.
Inheritance Hierarchy
SystemObject
  Atalasoft.IsisIsisBarcodeSettings

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IsisBarcodeSettings

The IsisBarcodeSettings type exposes the following members.

Properties
  NameDescription
Public propertyEmphasis
Gets or sets the type of weak barcode to enhance.
Public propertyEnabled
Gets or sets a value indicating whether barcode detection should be enabled.
Public propertyImageQuality
Gets or sets the quality of image from which barcodes should be read.
Public propertyLinearSearch
Gets or sets a value indicating that barcodes should be searched top to bottom instead of middle to edge.
Public propertyMaximumOnLine
Gets or sets the maximum number of barcodes on a line.
Public propertyMaximumOnPage
Gets or sets the maximum number of barcodes on the page.
Public propertySearchDirection
Gets or sets barcode search direction.
Public propertySearchMode
Gets or sets barcode search mode.
Public propertySearchOffset
Gets or sets barcode search offset.
Public propertySearchOrientation
Gets or sets barcode search orientation.
Public propertySupported
Gets the value indicating whether barcode detection is supported.
Public propertyVerifyChecksum
Gets or sets a value indicating whether detected barcodes should be verified by checksum.
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 methodGetCurrentCodeTypes
Gets the current barcode types.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSupportedBarcodeTypes
Returns the supported barcode types for this device.
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 methodSetCurrentCodeTypes
Sets current barcode types.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also