PdfCollectionTInsert Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
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