Click or drag to resize

PdfNamedDestinationCollectionRemove Method

Removes the first occurrence of a specific PdfNamedDestination from the PdfNamedDestinationCollection.

Namespace:  RadPdf.Data.Document.Destinations
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntax
public bool Remove(
	PdfNamedDestination item
)

Parameters

item
Type: RadPdf.Data.Document.DestinationsPdfNamedDestination
The PdfNamedDestination to remove from the PdfNamedDestinationCollection

Return Value

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

Implements

ICollectionTRemove(T)
Remarks
At this time, destinations can not be removed from a PdfNamedDestinationCollection.
See Also