Click or drag to resize

PdfLinkCollectionsInsert Method

Inserts a PdfLink to the collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Insert(
	int index,
	PdfLink item
)

Parameters

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

Implements

IListTInsert(Int32, T)
See Also