PdfOptionCollection Class |
Namespace: RadPdf.Data.Document.Objects.FormFields.Options
The PdfOptionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the PdfOptionCollection.
| |
| IsReadOnly |
Gets a value indicating whether the PdfOptionCollection is read-only.
| |
| Item |
Gets or sets the element at the specified index.
|
| Name | Description | |
|---|---|---|
| Add(PdfOption) |
Adds a PdfOption to the PdfOptionCollection.
| |
| Add(String, Boolean) |
Add option to a PdfComboField or a PdfListField.
| |
| Add(String, String, Boolean) |
Add option to a PdfComboField or a PdfListField.
| |
| Clear |
Removes all items from the PdfOptionCollection.
| |
| Contains(String) | ||
| Contains(PdfOption) |
Determines whether the PdfOptionCollection contains a specific PdfOption | |
| CopyTo |
Copies the elements of the PdfOptionCollection to an Array, starting at a particular Array index.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a PdfOptionCollection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific PdfOption in the PdfOptionCollection.
| |
| Remove |
Removes the first occurrence of a specific PdfOption from the PdfOptionCollection.
| |
| RemoveAt |
Removes the PdfOption item at the specified index.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |