Click or drag to resize

PdfPageObjectsCollectionContains Method

Determines whether the collection contains a specific PdfPageObject.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool Contains(
	PdfPageObject item
)

Parameters

item  PdfPageObject
The PdfPageObject to locate in the collection.

Return Value

Boolean
true if PdfPageObject is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also