Accusoft.TwainPro9.Net
IndexOf Method (ExtendedImageInfoContainerValueCollection)




Determines if the specified ExtendedImageInfoContainerValue is in the collection and returns its index value.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As ExtendedImageInfoContainerValue _
) As Integer
'Usage
 
Dim instance As ExtendedImageInfoContainerValueCollection
Dim value As ExtendedImageInfoContainerValue
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   ExtendedImageInfoContainerValue value
)
public: int IndexOf( 
   ExtendedImageInfoContainerValue* value
) 
public:
int IndexOf( 
   ExtendedImageInfoContainerValue^ value
) 

Parameters

value

Return Value

An integer value which represents the index of the given value within the collection.
Remarks

This method searches the collection for a reference to the given object. If it does not find a reference to it, this method returns -1. If the object is present more than once in the collection, this method returns the lowest index of a match.

See Also

Reference

ExtendedImageInfoContainerValueCollection Class
ExtendedImageInfoContainerValueCollection Members
ExtendedImageInfoContainerValue Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback