LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Processors Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : Processors Class

The following tables list the members exposed by Processors.

Public Properties

 NameDescription
public Property CountGets the number of items contained in the collection.  
public Property CurrentGets the current item in the collection.  
public Property IsReadOnlyGets a value indicating whether the collection is read-only.  
public Property ItemOverloaded. Gets or sets the Processor item at the specified index.  
Top

Public Methods

 NameDescription
public Method AddAdds a Processor item to the collection.  
public Method ClearRemoves all Processor items from the collection.  
public Method ContainsDetermines whether a collection contains a specified Processor item.  
public Method CopyToCopies the items of the collection to a Processor array, starting at a specified array index.  
public Method GetEnumeratorReturns an enumerator that iterates through the collection.  
public Method IndexOfOverloaded. Returns the index of the first occurrence of a Processor object.  
public Method InsertInserts a Processor item into the collection at the given index.  
public Method MoveNextAdvances the enumerator to the next element of the collection.  
public Method RegisterExternalProcessorRegisters an external 3rd-party video or audio processor filter and refreshes the referenced collection.  
public Method RemoveRemoves a Processor from the collection.  
public Method RemoveAtRemoves the Processor item at the given index from the collection.  
public Method ResetSets the enumerator to its initial position, which is before the first element in the collection.  
public Method ToStringReturns a string that represents the current object.  
Top

See Also