Determines whether the specified page is within the collection.

Namespace: Spire.Pdf
Assembly: 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

Boolean
true if the collection contains the specified page; otherwise, false.

See Also