VintaSoft Barcode .NET SDK 15.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpExtensions Class / ExecuteTest(ISO15415QualityTestManager,SKBitmap) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteTest(ISO15415QualityTestManager,SKBitmap) Method (SkiaSharpExtensions)
    In This Topic
    Executes the ISO15415 test on specified image.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Sub ExecuteTest( _
    ByVal testManager
    ISO15415 test manager.
    As Vintasoft.Barcode.QualityTests.ISO15415QualityTestManager, _
    ByVal image
    Image with barcodes.
    As SkiaSharp.SKBitmap _
    )
    [Extension()]
    public static void ExecuteTest(
    Vintasoft.Barcode.QualityTests.ISO15415QualityTestManager testManager,
    SkiaSharp.SKBitmap image
    )
    [Extension()]
    public: static void ExecuteTest(
    Vintasoft.Barcode.QualityTests.ISO15415QualityTestManager* testManager,
    SkiaSharp.SKBitmap image
    )
    [Extension()]
    public:
    static void ExecuteTest(
    Vintasoft.Barcode.QualityTests.ISO15415QualityTestManager^ testManager,
    SkiaSharp.SKBitmap image
    )

    Parameters

    testManager
    ISO15415 test manager.
    image
    Image with barcodes.
    Requirements

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

    See Also