VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes Enumerations Interfaces SeeAlso
In This Topic
    Vintasoft.Imaging.Processing Namespace (Vintasoft.Imaging)
    In This Topic
    Contains classes for processing of objects.
    Classes
     ClassDescription
    ClassA processing command that executes a group of processing commands.
    ClassStores result of execution of composite processing command.
    ClassA processing command that executes the processing command on a composite target.
    ClassProvides the abstract base class for compound processing commands.
    ClassA conditional command that allows to create branching in a processing algorithm.
    ClassRepresents errors, which occur during conversion.
    ClassThe profile that specifies the processing commands for converting the target.
    ClassStores results of conversion profile.
    ClassProvides the abstract base class for processing commands.
    ClassExecutes a sequence of processing commands.
    ClassRepresents an abstract base class for tree of processing commands.
    ClassProvides information about an error that occurs when the processing command is executing.
    ClassProvides data for Started and Canceled events.
    ClassProvides data for Finished event.
    ClassContains methods that allow to simplify the construction of processing algorithms.
    ClassProvides a base abstract class for verificators or converters.
    ClassStores the results of ProcessingProfile<TTarget>.
    ClassStores a result of processing command.
    ClassStores information about a processing state.
    ClassProvides data for processing state events.
    ClassA result of processing command that changes the processing target.
    ClassProvides a base abstract class for classes that allow to set property value of target object.
    ClassDefines the trigger that is activated when a predicate returns specified (activation) value.
    ClassProvides data for TriggerActivated event.
    ClassProvides an exception that is thrown when trigger is activated.
    ClassStores result of activated trigger.
    ClassAllows to process value of analyzer.
    ClassThe profile that specifies the processing commands for verification the target.
    ClassStores results of verification.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available severities of a trigger.
    Interfaces
     InterfaceDescription
    InterfaceDefines an interface for information about a ConditionalCommand<TTarget>.
    InterfaceDefines an interface of a processing command.
    InterfaceDefines an interface for information about a processing command.
    InterfaceDefines an interface for information about a ProcessingCommandTree<TTarget>.
    InterfaceDefines an interface for information about a trigger.
    InterfaceDefines an interface for information about a ValueProcessing<TTarget,TValue>.
    See Also