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


"

For a list of all members of this type, see TargetFormats members.

"

Public Methods

 NameDescription
public Method AddAdds a TargetFormat item to the collection.  
public Method ClearRemoves all TargetFormat items from the collection.  
public Method ContainsDetermines whether a collection contains a specified TargetFormat item.  
public Method CopyToCopies the items of the collection to a TargetFormat array, starting at a specified array index.  
public Method GetEnumeratorReturns an enumerator that iterates through the collection.  
public Method IndexOfOverloaded. Determines the index of a specific TargetFormat item in the IList.  
public Method InsertInserts an TargetFormat item to the list at the specified index.  
public Method MoveNextAdvances the enumerator to the next element of the collection.  
public Method RemoveRemoves a TargetFormat item from the collection.  
public Method RemoveAtRemoves a TargetFormat item at the specified 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