 | PdfAttachmentCollectionContains Method |
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
Syntaxpublic bool Contains(
PdfAttachment item
)
Public Function Contains (
item As PdfAttachment
) As Boolean
public:
virtual bool Contains(
PdfAttachment^ item
) sealed
abstract Contains :
item : PdfAttachment -> bool
override Contains :
item : PdfAttachment -> bool
public final boolean Contains(
PdfAttachment item
)
Parameters
- item
- Type: Patagames.Pdf.NetPdfAttachment
The object to locate in the PdfAttachmentCollection.
Return Value
Type:
Booleantrue if
item is found in the
PdfAttachmentCollection; otherwise, false.
Implements
ICollectionTContains(T)
Exceptions
See Also