Click or drag to resize

PdfPageObjectsCollectionInsert Method

Inserts a PdfPageObject to the collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Insert(
	int index,
	PdfPageObject 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
ExceptionCondition
NotSupportedExceptionThe collection is read-only.
See Also