VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandResults Class
In This Topic
ProcessingCommandResults Class Methods
In This Topic
For a list of all methods of this type, see ProcessingCommandResults.
Public Methods
 NameDescription
Public MethodAdds a result to the results.
Public MethodClears the results if results are not locked, unlocks the results is results are locked.
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
Public MethodCopies the entire System.Collections.ObjectModel.ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
Public MethodLocks the results.
See Also