VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class
Constructors Properties Methods SeeAlso
In This Topic
    CompositeProcessingCommand<TTarget> Class Members
    In This Topic
    The following tables list the members exposed by CompositeProcessingCommand<TTarget>.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
    Protected Properties
     NameDescription
    Protected PropertyGets a list that contains nested processing commands.
    Public Methods
     NameDescription
    Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the retargeted composite command with specified target type.
    Public MethodOverloaded. Executes processing command on the specified target.
    Public MethodReturns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>)
    Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
    Protected Methods
     NameDescription
    Protected MethodCreates the composite processing result.
    Protected MethodExecutes a sequence of processing commands.
    Protected MethodReturns the count of inner commands.
    See Also