Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / IndexOf Method

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

    Parameters

    item
    See Also