Click or drag to resize

PdfDestinationCollectionsAdd(PdfDestination) Method

Note: This API is now obsolete.

Adds a PdfDestination to the collection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
[ObsoleteAttribute("This method is not supported. Please use Add(PdfDestination item, string name) instead.", 
	true)]
public void Add(
	PdfDestination item
)

Parameters

item  PdfDestination
The PdfDestination to add to the collection

Implements

ICollectionTAdd(T)
See Also