Accusoft.ImagXpress13.Net
IndexOf Method (RedeyeCollection)




Object to locate in the collection.
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire PageCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As RedeyeRectangle _
) As Integer
'Usage
 
Dim instance As RedeyeCollection
Dim value As RedeyeRectangle
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   RedeyeRectangle value
)
public: int IndexOf( 
   RedeyeRectangle* value
) 
public:
int IndexOf( 
   RedeyeRectangle^ value
) 

Parameters

value
Object to locate in the collection.
See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback