ChoiceItemList.Item Property

Overloads

ChoiceItemList[Int32]Gets the ChoiceItem from the list with a given index.
ChoiceItemList[String]Gets the ChoiceItem from the list with the given item name.

ChoiceItemList[Int32]

Gets the ChoiceItem from the list with a given index.

public ChoiceItem this[int index] { get; }
Public Property Item(index As Integer) As ChoiceItem

Property Value

ChoiceItem

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

ChoiceItemList[String]

Gets the ChoiceItem from the list with the given item name.

public ChoiceItem this[string itemName] { get; }
Public Property Item(itemName As String) As ChoiceItem

Property Value

ChoiceItem

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ChoiceItemList
ceTe.DynamicPDF.PageElements.Forms

In this topic