VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlPageCollection<TPage,TDocument> Class / Contains(TPage) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(TPage) Method (OpenXmlPageCollection<TPage,TDocument>)
    In This Topic
    Determines whether the collection contains a specific page.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal page
    The page to locate in the collection.
    As TPage _
    ) As Boolean
    public bool Contains(
    TPage page
    )
    public: bool Contains(
    TPage* page
    )
    public:
    bool Contains(
    TPage^ page
    )

    Parameters

    page
    The page to locate in the collection.

    Return Value

    True if page is found in the collection; otherwise, false.
    Requirements

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

    See Also