ChoiceItemList

Represents the ChoiceItemList which holds the item of choice field of interactive forms.

public class ChoiceItemList
Public Class ChoiceItemList

Inheritance: ObjectChoiceItemList

Licensing Info

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

Constructors

ChoiceItemList()Initializes a new instance of the ChoiceItemList class.

Properties

CountGets the number of items available in the item list.
Item[Int32]Gets the ChoiceItem from the list with a given index.
Item[String]Gets the ChoiceItem from the list with the given item name.

Methods

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.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
Remove(Int32)Removes the item from the list.
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements.Forms

In this topic