 | PdfWebLinkCollectionInsert Method |
Inserts a
PdfWebLink to the collection at the specified index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void Insert(
int index,
PdfWebLink item
)
Public Sub Insert (
index As Integer,
item As PdfWebLink
)
public:
virtual void Insert(
int index,
PdfWebLink^ item
) sealed
abstract Insert :
index : int *
item : PdfWebLink -> unit
override Insert :
index : int *
item : PdfWebLink -> unit
public final void Insert(
int index,
PdfWebLink item
)
function Insert(index, 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