VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpExtensions Class / ExecuteTesting(QualityTestManager,SKBitmap) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteTesting(QualityTestManager,SKBitmap) Method (SkiaSharpExtensions)
    In This Topic
    Executes the ISO15415 and/or ISO15416 quality tests on specified image.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Sub ExecuteTesting( _
    ByVal testManager
    ISO15415 test manager.
    As Vintasoft.Barcode.QualityTests.QualityTestManager, _
    ByVal image
    Image with barcodes.
    As SkiaSharp.SKBitmap _
    )
    [Extension()]
    public static void ExecuteTesting(
    Vintasoft.Barcode.QualityTests.QualityTestManager testManager,
    SkiaSharp.SKBitmap image
    )
    [Extension()]
    public: static void ExecuteTesting(
    Vintasoft.Barcode.QualityTests.QualityTestManager* testManager,
    SkiaSharp.SKBitmap image
    )
    [Extension()]
    public:
    static void ExecuteTesting(
    Vintasoft.Barcode.QualityTests.QualityTestManager^ 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