VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceFieldItemList Class / Insert Methods / Insert(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
Insert(Int32,String) Method (PdfInteractiveFormChoiceFieldItemList)
In This Topic
Inserts the specified item to the specified index of the list.
Syntax
'Declaration

Public Overloads Function Insert( _
ByVal item
The item.
As System.Int32, _
ByVal index
The zero-based index at which item should be inserted.
As System.String _
) As PdfInteractiveFormChoiceFieldItem
public PdfInteractiveFormChoiceFieldItem Insert(
System.Int32 item,
System.String index
)

Parameters

item
The item.
index
The zero-based index at which item should be inserted.

Return Value

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also