VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / CameraBarcodeScannerMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CameraBarcodeScannerMode Enumeration
    In This Topic
    Specifies avaliable recognition modes of camera barcode scanner.
    Syntax
    'Declaration
    
    Public Enum CameraBarcodeScannerMode
       Inherits System.Enum
    
    
    public enum CameraBarcodeScannerMode : System.Enum
    
    
    __value public enum CameraBarcodeScannerMode : public System.Enum
    
    
    public enum class CameraBarcodeScannerMode : public System.Enum
    
    
    Members
    MemberDescription
    ManualThe camera barcode scanner uses the recognition settings, which are specified by user.
    BalancedThe camera barcode scanner uses the floating threshold, which is changed in range specified by the ThresholdRange property.
    AdaptiveThe camera barcode scanner uses the floating threshold, which is changed in range specified by the ThresholdRange property. The threshold range is centered relative to the best value, which is detected automatically. In some cases the camera barcode scanner can use the automatic recognition mode or fixed threshold. The threshold range is correcting dynamically depending from the successfully recognized barcodes.
    BestQualityThe camera barcode scanner uses only the automatic barcode recognition mode (AutomaticRecognition).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.CameraBarcodeScannerMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also