Click or drag to resize

PdfAttachmentCollectionContains Method

Determines whether the PdfAttachmentCollection contains a specific value.

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

Parameters

item  PdfAttachment
The object to locate in the PdfAttachmentCollection.

Return Value

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

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe item is null.
See Also