VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandResults Class
Constructors Properties Methods SeeAlso
In This Topic
    ProcessingCommandResults Class Members
    In This Topic
    The following tables list the members exposed by ProcessingCommandResults.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ProcessingCommandResults class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether results are locked.
    Public PropertyGets a background color. Value retrieved from results of previously executed commands.
    Public PropertyGets an index of background color if image has palette. Value retrieved from results of previously executed commands.
    Public PropertyGets a border color. Value retrieved from results of previously executed commands.
    Public PropertyGets an index of border color if image has palette. Value retrieved from results of previously executed commands.
    Public PropertyGets the number of elements contained in the System.Collections.ObjectModel.ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
    Public Propertystatic (Shared in Visual Basic) (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
    Public PropertyGets a value indicating whether background color is found. Value retrieved from results of previously executed commands.
    Public PropertyGets a value indicating whether background color is searched. Value retrieved from results of previously executed commands.
    Public PropertyGets a value indicating whether border color is found. Value retrieved from results of previously executed commands.
    Public PropertyGets a value indicating whether border color is searched. Value retrieved from results of previously executed commands.
    Public PropertyGets the element at the specified index. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<Vintasoft.Imaging.ImageProcessing.ProcessingCommandResult>)
    Protected Properties
    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