VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / ConfidenceNotAvailable Field
Syntax Requirements SeeAlso
In This Topic
    ConfidenceNotAvailable Field (ReaderSettings)
    In This Topic
    Defines value for Confidence property that will be used if confidence of barcode cannot be calculated because checksum or error correction algorithm are not implemented in the specification of barcode type.
    Syntax
    'Declaration
    
    Public Const ConfidenceNotAvailable As Integer
    
    
    public const int ConfidenceNotAvailable
    
    
    public: const int ConfidenceNotAvailable
    
    
    public:
    const int ConfidenceNotAvailable
    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