VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai1DBarcodeRegionDetector Class / DetectingBarcodeTypes Property
Syntax Requirements SeeAlso
In This Topic
    DetectingBarcodeTypes Property (Ai1DBarcodeRegionDetector)
    In This Topic
    Gets the barcode types, which can be detected using this barcode region detector.
    Syntax
    'Declaration
    
    Public ReadOnly Property DetectingBarcodeTypes As Vintasoft.Barcode.BarcodeType
    
    
    public Vintasoft.Barcode.BarcodeType DetectingBarcodeTypes { get; }
    
    
    public: __property Vintasoft.Barcode.BarcodeType get_DetectingBarcodeTypes();
    
    
    
    public:
    property Vintasoft.Barcode.BarcodeType DetectingBarcodeTypes { Vintasoft.Barcode.BarcodeType get(); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also