ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / IndexOf Method
Page to retrieve index of.




In This Topic
    IndexOf Method (ImGearDocumentPageArray)
    In This Topic
    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