VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceFieldItemList Class
In This Topic
PdfInteractiveFormChoiceFieldItemList Class Methods
In This Topic
For a list of all methods of this type, see PdfInteractiveFormChoiceFieldItemList.
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified item to the end of the list.
Public MethodAdds the elements of the specified collection to the end of the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodRemoves all elements from the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodDetermines whether an element is in the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodCopies the entire PdfTreeNodeList<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from PdfTreeNodeList<T>)
Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodReturns an enumerator that iterates through the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodOverloaded. Inserts an element into the at the specified index. (Inherited from PdfTreeNodeList<T>)
Public MethodOverloaded. Removes the first occurrence of a specific object from the . (Inherited from PdfTreeNodeList<T>)
Public MethodRemoves the element at the specified index of the PdfTreeNodeList<T>. (Inherited from PdfTreeNodeList<T>)
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodCopies the elements of the PdfTreeNodeList<T> to a new array. (Inherited from PdfTreeNodeList<T>)
Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
Protected Methods
 NameDescription
Protected MethodRaises the Changed event. (Inherited from PdfTreeNodeList<T>)
Protected MethodValidates the item that should be inserted into PDF document. (Inherited from PdfTreeNodeList<T>)
See Also