VintaSoft Barcode .NET SDK 15.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTestManager Class / ExecuteTest Methods / ExecuteTest(String) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteTest(String) Method (ISO15415QualityTestManager)
    In This Topic
    Executes the ISO15415 test on specified image file.
    Syntax
    'Declaration
    
    Public Overloads Function ExecuteTest( _
    ByVal filename
    The name of the file with barcodes.
    As String _
    ) As ISO15415QualityTest[]
    public ISO15415QualityTest[] ExecuteTest(
    string filename
    )
    public: ISO15415QualityTest*[] ExecuteTest(
    string* filename
    )
    public:
    ISO15415QualityTest^[] ExecuteTest(
    string^ filename
    )

    Parameters

    filename
    The name of the file with barcodes.

    Return Value

    An array that contains executed quality tests.
    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