 | PdfAttachmentCollectionRemove Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Remove(
PdfAttachment item
)
Public Function Remove (
item As PdfAttachment
) As Boolean
public:
virtual bool Remove(
PdfAttachment^ item
) sealed
abstract Remove :
item : PdfAttachment -> bool
override Remove :
item : PdfAttachment -> bool public final boolean Remove(
PdfAttachment item
)
Parameters
- item PdfAttachment
- The object to remove from the PdfAttachmentCollection.
Return Value
Booleantrue 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
See Also