Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroupList Class / IndexOf Method

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

    Parameters

    item
    See Also