Accusoft.ImagXpress13.Net
IndexOf Method (ImageXTagCollection)




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

Parameters

value
The ImageXTag to locate in the collection.

Return Value

An integer value which represents the index of the first matching ImageXTag that was found.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback