 | PdfLinkCollectionsRemove Method |
Removes the first occurrence of a specific
PdfLink from the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool Remove(
PdfLink item
)
Public Function Remove (
item As PdfLink
) As Boolean
public:
virtual bool Remove(
PdfLink^ item
) sealed
abstract Remove :
item : PdfLink -> bool
override Remove :
item : PdfLink -> bool public final boolean Remove(
PdfLink item
)
Parameters
- item PdfLink
- The PdfLink to remove from the collection.
Return Value
Boolean
true if
PdfLink was successfully removed from the collection;
otherwise, false. This method also returns false if
PdfLink is not found in the
original collection.
Implements
ICollectionTRemove(T)
See Also