Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / IndexOf Method / IndexOf(Object,Int32) Method

In This Topic
    IndexOf(Object,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As System.Object, _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       System.object item,
       System.int index
    )

    Parameters

    item
    index
    See Also