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
)
Public Function Contains (
page As PdfNewPage
) As Boolean
public:
bool Contains(
PdfNewPage^ page
)
member Contains :
page : PdfNewPage -> bool
Parameters
-
page
-
Type:
Spire.Pdf
PdfNewPage
The page.
Return Value
Type:
Boolean
true
if the collection contains the specified page; otherwise,
false
.
See Also