Link Search Menu Expand Document

ChoiceItems Class

Represents a collection of Bytescout.PDF.ChoiceField items.
Inheritance Hierarchy
SystemObject
Bytescout.PDFChoiceItems

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ChoiceItems

The ChoiceItems type exposes the following members.

Properties
NameDescription
Public propertyCount
Gets the number of the elements in the collection.
Public propertyItem
Gets the element at the specified index.
Top
Methods
NameDescription
Public methodAdd
Adds an object to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAltItem
Gets the sub-element at the specified index, if items is array.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Int32)
Removes the element at the specified index of the collection.
Public methodRemove(String)
Removes the first occurrence of a specific object from the collection.
Public methodToAltArray
Copies the sub-elements (item alt) of the collection to a new array.
Public methodToArray
Copies the elements of the collection to a new array.
Public methodToString (Inherited from Object.)
Top
See Also

Reference