Click or drag to resize

PdfListFieldItemCollection Insert Method

Inserts the list item field at the specified index.

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

Parameters

index
Type: System Int32
The index where to insert the new item.
item
Type: Spire.Pdf.Fields PdfListFieldItem
Theobject to be added to collection.
See Also