Click or drag to resize

PdfLinkCollectionsRemove Method

Removes the first occurrence of a specific PdfLink from the collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool 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