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