Click or drag to resize
SymbologySettings Class
Class to hold symbology-specific settings.
Inheritance Hierarchy
SystemObject
  Scandit.RecognitionSymbologySettings

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.14.5.10 (5.14.5.10)
Syntax
public class SymbologySettings : IDisposable

The SymbologySettings type exposes the following members.

Properties
  NameDescription
Public propertyActiveSymbolCounts
Control the length of barcodes to be decoded.
Public propertyChecksums
Optional checksums enabled for this symbology.
Public propertyColorInvertedEnabled
Whether color-inverted decoding of this symbology is enabled.
Public propertyEnabled
Whether decoding of this symbology is enabled.
Top
Methods
  NameDescription
Public methodDispose
Dispose the settings object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
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 methodSetExtensionEnabled
Enable/disable a specific symbology extension
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
In addition to enabling/disabling certain symbologies, the SymbologySettings class holds setttings that are specific to certain symbologies. These settings include optional checksums, and custom extensions that can be enabled for certain symbologies.
Version Information

Supported in: 1.0

See Also