Accusoft.ThumbnailXpress6.Net
IndexOf Method (ThumbnailItemCollection)




The thumbnail item to look for in the collection.
This method returns the index of the given ThumbnailItem in the collection. The matching criteria is based on the filename / page number information.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal item As ThumbnailItem _
) As Integer
'Usage
 
Dim instance As ThumbnailItemCollection
Dim item As ThumbnailItem
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   ThumbnailItem item
)
public: virtual int IndexOf( 
   ThumbnailItem* item
) 
public:
virtual int IndexOf( 
   ThumbnailItem^ item
) 

Parameters

item
The thumbnail item to look for in the collection.

Return Value

The index of the thumbnail item or -1 if not in the collection
See Also

Reference

ThumbnailItemCollection Class
ThumbnailItemCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback