VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class
Methods SeeAlso
In This Topic
    ProcessingHelper Class Members
    In This Topic
    The following tables list the members exposed by ProcessingHelper.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the composite target processing command.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the target of specified processing commands using the specified target converter.
    Public Methodstatic (Shared in Visual Basic)Creates the analyzer that casts value of specified analyzer using the specified type cast.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer, which executes the predicate with the several targets and evaluates the logical expression by applying the logical operator AND to the results of predicate executions.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the analyzer that caches the results of specified analyzer.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the executor that performs processing results that collected by specified results collector.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the composite processing command.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the conditional command (IF operator).
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the constant value.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate that executes conversion and returns true if conversion using the specified is successful.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the fixup for the trigger using the specified processing command.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the fixup for the trigger using the specified processing command and the trigger that must be executed after fixup executing.
    Public Methodstatic (Shared in Visual Basic)Creates the property getter that provides access to the nested property.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer that negates result of specified argument.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer, which executes the predicate with the several targets and evaluates the logical expression by applying the logical operator OR to the results of predicate executions.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer by specified analyzer.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the collector of processing results of specified analyzer.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the collector of targets that uses specified collection predicate.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the trigger that activates if at least one trigger is activates.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate that returns true if at least one trigger activates when executes.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the value analyzer that analyzes result of value getter using the value analyzer.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer that compares results of two analyzers.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate-analyzer, which checks that the analyzer result is contained in a reference set.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate value analyzer that analyzes result of value getter using the predicate analyzer.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the processing command that processes the result of value getter using the specified processing command.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the predicate that executes verification and returns true if verification using the specified is passed.
    See Also