Click or drag to resize

PdfCollectionTInsert Method

Inserts an element into the PdfCollectionT at the specified index.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Insert(
	int index,
	T item
)

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  T
The element to insert.

Implements

IListTInsert(Int32, T)
See Also