ImageGear .NET v24.14 - Updated
IndexOf Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : IndexOf Method
Page to retrieve index of.
Returns the index of a page in the array.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As ImGearPage _
) As Integer
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As ImGearPage
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   ImGearPage value
)
public: int IndexOf( 
   ImGearPage* value
) 
public:
int IndexOf( 
   ImGearPage^ value
) 

Parameters

value
Page to retrieve index of.

Return Value

The location (index) of a page in the array, or -1 if the page is not in the list.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
ImGearPage Class