VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingResult Class / Results Property
Syntax Requirements SeeAlso
In This Topic
    Results Property (CompositeProcessingResult)
    In This Topic
    Gets a list of nested results.
    Syntax
    'Declaration
    
    Public ReadOnly Property Results As System.Collections.Generic.ICollection
    
    
    public System.Collections.Generic.ICollection Results { get; }
    
    
    public: __property System.Collections.Generic.ICollection get_Results();
    
    
    
    public:
    property System.Collections.Generic.ICollection Results { System.Collections.Generic.ICollection get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also