Class ResultContainer
Class ResultContainer
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
Represents container that contains the result collection of processing the plugin.
public class ResultContainer
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ResultCollection
Gets collection of the operation results
public List<ioperationresult> ResultCollection { get; }
Property Value
List<IOperationResult>