VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / VerificationProfile<TTarget> Class / Verify Methods / Verify(TTarget,ProcessingState) Method
Syntax Requirements SeeAlso
In This Topic
    Verify(TTarget,ProcessingState) Method (VerificationProfile<TTarget>)
    In This Topic
    Verifies the specified target.
    Syntax
    'Declaration
    
    Public Overloads Function Verify( _
    ByVal target
    The target.
    As TTarget, _
    ByVal processingState
    State of the processing.
    As ProcessingState _
    ) As VerificationProfileResult

    Parameters

    target
    The target.
    processingState
    State of the processing.

    Return Value

    Result of verification process.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also