Click or drag to resize

PdfRadioButtonItemCollection Insert Method

Inserts an item 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,
	PdfRadioButtonListItem item
)

Parameters

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