 | PdfDestinationCollectionsInsert Method |
Note: This API is now obsolete.
Namespace: Patagames.Pdf.NetAssembly: 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
)<ObsoleteAttribute("This method is not supported. Please use Add(PdfDestination item, string name) instead.",
true)>
Public Sub Insert (
index As Integer,
item As PdfDestination
)public:
[ObsoleteAttribute(L"This method is not supported. Please use Add(PdfDestination item, string name) instead.",
true)]
virtual void Insert(
int index,
PdfDestination^ item
) sealed
[<ObsoleteAttribute("This method is not supported. Please use Add(PdfDestination item, string name) instead.",
true)>]
abstract Insert :
index : int *
item : PdfDestination -> unit
[<ObsoleteAttribute("This method is not supported. Please use Add(PdfDestination item, string name) instead.",
true)>]
override Insert :
index : int *
item : PdfDestination -> unit /** @attribute ObsoleteAttribute("This method is not supported. Please use Add(PdfDestination item, string name) instead.",
true) */
public final void Insert(
int index,
PdfDestination item
)function Insert(index, 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