VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageCollection Class / IndexOf(PdfPage) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(PdfPage) Method (PdfPageCollection)
    In This Topic
    Returns the index of the specified PdfPage.
    Syntax
    'Declaration
    
    Public Function IndexOf( _
    ByVal page
    The PdfPage to search for.
    As PdfPage _
    ) As System.Int32
    public System.Int32 IndexOf(
    PdfPage page
    )
    public: System.Int32 IndexOf(
    PdfPage* page
    )
    public:
    System.Int32 IndexOf(
    PdfPage^ page
    )

    Parameters

    page
    The PdfPage to search for.

    Return Value

    Index of the specified PdfPage.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also