Click or drag to resize

PdfListItemCollection Insert Method (Int32, PdfListItem, Single)

Inserts 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,
	float itemIndent
)

Parameters

index
Type: System Int32
The index.
item
Type: Spire.Pdf.Lists PdfListItem
The item.
itemIndent
Type: System Single
The item indent.
See Also