Determines whether the specified page is within the collection.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool Contains( PdfNewPage page )
Public Function Contains ( page As PdfNewPage ) As Boolean
public: bool Contains( PdfNewPage^ page )
member Contains : page : PdfNewPage -> bool
Parameters
- page
- PdfNewPage
The page.
Return Value
Booleantrue if the collection contains the specified page; otherwise, false.