VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingResult Class
Constructors Properties Methods SeeAlso
In This Topic
    CompositeProcessingResult Class Members
    In This Topic
    The following tables list the members exposed by CompositeProcessingResult.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the description of the processing result. (Inherited from ProcessingResult)
    Public PropertyGets the processing command, which created this result. (Inherited from ProcessingResult)
    Public PropertyGets a list of nested results.
    Public PropertyGets the object, which was processed. (Inherited from ProcessingResult)
    Public Methods
     NameDescription
    Public MethodReleases all resources used by this object.
    Public MethodReturns an enumerator that iterates through a compound processing result.
    Public MethodReturns a dictionary, which contains pairs: result key => parent composite result.
    Public MethodReturns a string representation of this object. (Inherited from ProcessingResult)
    See Also