Click or drag to resize

PdfAttachmentCollectionContains Method

Determines whether the PdfAttachmentCollection contains a specific value.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public bool Contains(
	PdfAttachment item
)

Parameters

item
Type: Patagames.Pdf.NetPdfAttachment
The object to locate in the PdfAttachmentCollection.

Return Value

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

Implements

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