Accusoft.ThumbnailXpress6.Net
IndexOf Method (SelectedThumbnailItemCollection)




The thumbnail item to look for in the selected item collection.
This method returns the index of the given thumbnail in the selected item 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 SelectedThumbnailItemCollection
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 selected item collection.

Return Value

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

Reference

SelectedThumbnailItemCollection Class
SelectedThumbnailItemCollection Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback