Click or drag to resize

PdfDestinationCollectionsInsert Method

Note: This API is now obsolete.

Inserts a PdfDestination to the collection at the specified index.

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 Insert(
	int index,
	PdfDestination item
)

Parameters

index  Int32
The zero-based index at which PdfDestination should be inserted.
item  PdfDestination
The PdfDestination to insert into the collection.

Implements

IListTInsert(Int32, T)
See Also