Click or drag to resize

PdfPagesContains Method

Determines whether a PdfPage is in the collection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Contains(
	PdfPage item
)

Parameters

item  PdfPage
The PdfPage to locate in the collection.

Return Value

Boolean
if item is found in the collection; otherwise, .

Implements

ICollectionTContains(T)
See Also