VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateVerificationPassedPredicate Methods / CreateVerificationPassedPredicate<TTarget>(VerificationProfile<TTarget>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateVerificationPassedPredicate<TTarget>(VerificationProfile<TTarget>) Method (ProcessingHelper)
    In This Topic
    Creates the predicate that executes verification and returns true if verification using the specified verifier is passed.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateVerificationPassedPredicate<TTarget
    The type of the target.
    >( _
    ByVal verifier
    The verifier.
    As VerificationProfile(Of TTarget) _
    ) As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) (Of TTarget
    The type of the target.
    )

    Parameters

    verifier
    The verifier.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    New instance of predicate-analyzer.
    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