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

The following tables list the members exposed by CaptureSizes.

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 ItemGets the CaptureSize item at the specified index.  
public Property SelectionGets an index of the currently selected CaptureSize item.  
Top

Public Methods

 NameDescription
public Method ContainsDetermines whether a collection contains a specified CaptureSize item.  
public Method CopyToCopies the items of the collection to a CaptureSize array, starting at a specified array index.  
public Method GetEnumeratorReturns an enumerator that iterates through the collection  
public Method IndexOfOverloaded. Gets the index of the size that matches the specified size.  
public Method MoveNextAdvances the enumerator to the next element of 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