ImageGear .NET - Updated October 26, 2017
IndexOf Method (ImGearDocumentPageArray)




ImageGear23.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)

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