 | PdfPageObjectsCollectionInsert Method |
Inserts a
PdfPageObject 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,
PdfPageObject item
)
Public Sub Insert (
index As Integer,
item As PdfPageObject
)
public:
virtual void Insert(
int index,
PdfPageObject^ item
) sealed
abstract Insert :
index : int *
item : PdfPageObject -> unit
override Insert :
index : int *
item : PdfPageObject -> unit public final void Insert(
int index,
PdfPageObject item
)
function Insert(index, item);
Parameters
- index Int32
- The zero-based index at which PdfPageObject should be inserted.
- item PdfPageObject
- The PdfPageObject to insert into the collection.
Implements
IListTInsert(Int32, T)
Exceptions
See Also