ChoiceItemList.Add

Overloads

Add(String)Adds the item to the list. No duplicate items are allowed.
Add(String, Boolean)Adds the item to the list. No duplicate items are allowed.
Add(String, String)Adds the item to the list. No duplicate items are allowed.
Add(String, String, Boolean)Adds the item to the list. No duplicate items are allowed.

Add(String)

Adds the item to the list. No duplicate items are allowed.

public ChoiceItem Add(string itemName)
Function Add(itemName As String) As ChoiceItem

Parameters

itemName
String

ItemName to be added to the list.

Returns

ChoiceItem

Licensing Info

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

Add(String, Boolean)

Adds the item to the list. No duplicate items are allowed.

public ChoiceItem Add(string itemName, bool selected)
Function Add(itemName As String, selected As Boolean) As ChoiceItem

Parameters

itemName
String

ItemName to be added to the list.

selected
Boolean

The item to be selected.

Returns

ChoiceItem

Licensing Info

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

Add(String, String)

Adds the item to the list. No duplicate items are allowed.

public ChoiceItem Add(string itemName, string exportValue)
Function Add(itemName As String, exportValue As String) As ChoiceItem

Parameters

itemName
String

ItemName to be added to the list.

exportValue
String

ExportValue for the item.

Returns

ChoiceItem

Licensing Info

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

Add(String, String, Boolean)

Adds the item to the list. No duplicate items are allowed.

public ChoiceItem Add(string itemName, string exportValue, bool selected)
Function Add(itemName As String, exportValue As String, selected As Boolean) As ChoiceItem

Parameters

itemName
String

ItemName to be added to the list.

exportValue
String

ExportValue for the item.

selected
Boolean

The item to be selected.

Returns

ChoiceItem

Licensing Info

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

See Also

ChoiceItem
ChoiceItemList
ceTe.DynamicPDF.PageElements.Forms

In this topic