Click or drag to resize

PdfAttachmentCollectionRemove Method

Removes the item from the PdfAttachmentCollection.

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 Remove(
	PdfAttachment item
)

Parameters

item
Type: Patagames.Pdf.NetPdfAttachment
The object to remove from the PdfAttachmentCollection.

Return Value

Type: Boolean
true if item was successfully removed from the PdfAttachmentCollection; otherwise, false. This method also returns false if item is not found in the original PdfAttachmentCollection.

Implements

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