Click or drag to resize

PdfWebLinkCollectionInsert Method

Inserts a PdfWebLink to the collection at the specified index.

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

Parameters

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

Implements

IListTInsert(Int32, T)
See Also