Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / AttrCollection Class / IndexOf Method

In This Topic
    IndexOf Method (AttrCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Attr _
    ) As System.Integer
    public System.int IndexOf( 
       Attr item
    )

    Parameters

    item
    See Also