Click or drag to resize

PdfArrayContains Method

Determines whether a PdfBasicObject is in the PdfArray.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public bool Contains(
	PdfBasicObject item
)

Parameters

item  PdfBasicObject
The PdfBasicObject to locate in the PdfArray.

Return Value

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

Implements

ICollectionTContains(T)
See Also