Click or drag to resize

PdfListItemCollection Insert Method (Int32, PdfListItem)

Inserts item at the specified index.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	PdfListItem item
)

Parameters

index
Type: System Int32
The specified index.
item
Type: Spire.Pdf.Lists PdfListItem
The item.

Return Value

Type:
The item index
See Also