Click or drag to resize

PdfSectionPageCollection Contains Method

Determines whether the specified page is within the collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	PdfNewPage page
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.

Return Value

Type: Boolean
true if the collection contains the specified page; otherwise, false .
See Also