VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeRegionDetectors Class / CanDetect(BarcodeType) Method
Syntax Requirements SeeAlso
In This Topic
    CanDetect(BarcodeType) Method (BarcodeRegionDetectors)
    In This Topic
    Returns a value indicating whether this barcode region detector can detect any from specified barcode types.
    Syntax
    'Declaration
    
    Public Function CanDetect( _
    ByVal barcodeTypes
    Types of the barcodes.
    As BarcodeType _
    ) As Boolean
    public bool CanDetect(
    BarcodeType barcodeTypes
    )
    public: bool CanDetect(
    BarcodeType barcodeTypes
    )
    public:
    bool CanDetect(
    BarcodeType barcodeTypes
    )

    Parameters

    barcodeTypes
    Types of the barcodes.

    Return Value

    True - this barcode region detector can detect any from specified barcode types; otherwise, false.
    Requirements

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

    See Also