VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / ExecuteTesting(QualityTestManager,Image) Method
Syntax Requirements SeeAlso
In This Topic
ExecuteTesting(QualityTestManager,Image) Method (ImageSharpExtensions)
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 SixLabors.ImageSharp.Image _
)
[Extension()]
public static void ExecuteTesting(
Vintasoft.Barcode.QualityTests.QualityTestManager testManager,
SixLabors.ImageSharp.Image image
)

Parameters

testManager
ISO15415 test manager.
image
Image with barcodes.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also