Accusoft.PdfXpress6.Net
IndexOf Method (DocumentCollection)




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

Parameters

value
A Document object to locate in the collection.

Return Value

An integer value which represents the index value of the document specified.
See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback