Click or drag to resize

PdfCollectionTContains Method

Determines whether an element is in the PdfCollectionT.

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

Parameters

item  T
The element to locate in the PdfCollectionT.

Return Value

Boolean
true if item is found in the PdfCollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also