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

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

    Parameters

    item
    index
    count
    See Also